Question
SystemClock_Config Visivility
The image below shows how Cube MX allows us to control the visibility of some functions.
Uncheking a prototype moves it from main.c (private) to main.h (public). When unchecking for SystemClock_Config, its prototype is still generated on main.c, only the static keyword is removed.
It is a bug or for some reason is intented do not calll SystemClock_Config outside main()?

