2026-04-21 10:14 PM - last edited on 2026-04-30 2:33 AM by Andrew Neil
When I'm writing code, I often encounter problems caused by the "automatic #include feature".
For instance, when I type "__HAL_TIM_SET_COMPARE()" into the code, the line "#include "stm32f0xx_hal_tim.h"" will be automatically added, and then the project will fail to compile properly.
I suggest that the "automatic #include function" be set to be disabled.