diff --git a/system/syslib.c b/system/syslib.c --- a/system/syslib.c +++ b/system/syslib.c @@ -62,7 +62,7 @@ void bootloader_enter(void) { // Clock configuration -void systemclock_config(void) +void systemclock_init(void) { RCC_OscInitTypeDef RCC_OscInitStruct;