2025-01-15 07:18 AM
I have a project I setup using STM32CubeMX v6.12.0 when I open the .ioc file in the current IDE I am prompted to migrate v6.13.0
If I do this, next time I generate code the comment style of the generated code has changed from:
/**
* @brief The application entry point.
* @retval int
*/
to:
/**
* @brief The application entry point.
* @retval int
*/
This is just a minor thing (the indentation has changed) but just wanted to know this was a deliberate change and I might as well update my own functions to have a matching style?