diff options
Diffstat (limited to 'src/STM32F0xx_init.c')
-rw-r--r-- | src/STM32F0xx_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/STM32F0xx_init.c b/src/STM32F0xx_init.c index 904d9c0..9e3c382 100644 --- a/src/STM32F0xx_init.c +++ b/src/STM32F0xx_init.c @@ -5,6 +5,9 @@ * Initialize the HSI clock source and reset the PLL configuration. This
* function is called by the startup_common.s file, just before calling the
* main() function.
+ *
+ * You can adapt this function to fit your needs, however, do not change its
+ * name! It is called in the startup code.
*/
void SystemInit (void) {
// Set HSION bit
|