Question
expected declaration specifiers or '...' before numeric constant
Happy New Year everyone!!!
Could you tell me why I get in STM32CubeIDE a warning "expected declaration specifiers or '...' before numeric constant"?
In this line:
__align(4) char variable[16] = ""; // buffer starts on 4-byte boundary
How to fix it?
