Question
CubeMX Code generation removes braces
Posted on April 29, 2015 at 20:36
Hey,
i encountered a problem using the CubeMX Eclipse plugin. When I made some changes to the startup code using the eclipse plugin and generate the Project code, opening braces are removed. Maybe this is a known problem and fixed in the standalone version. Unfortunatly I'm not able to find out which version of CubeMX is integrated in eclipse plugin. Code like thisif
(...)
{
.....
}
is changed to
if
(...)
...
}
Has anybody a workarround?
Edit:
I'm creating a ''True Studio'' project with CubeMX project settings.
Regards,
Sebastian
#cubemx-braces-problem