You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid any issue with `F_CPU` value, it is defined by default to
`SystemCoreClock` value which is updated automatically after each
clock configuration update.
Some libraries use `F_CPU` at build time for conditional purpose
(ex to stm32duino#612).
This commit allow to redefine it at build time using `build_opt.h`
or `hal_conf_extra.h`:
https://github.com/stm32duino/wiki/wiki/Custom-definitions
then it will be possible to define it as a constant.
Important note:
**User have to ensure to set it to the proper value.**
Signed-off-by: Frederic.Pillon <[email protected]>
0 commit comments