mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 14:12:01 +00:00
init fix
This commit is contained in:
parent
a2b7d34fda
commit
70273607fd
@ -98,10 +98,6 @@ const PALConfig pal_default_config = {
|
||||
.ESSR[1] = 0x00000000,
|
||||
};
|
||||
|
||||
void __early_init(void) {}
|
||||
|
||||
void early_hardware_init_pre(void) { ht32_clock_init(); }
|
||||
|
||||
void board_init(void) {}
|
||||
void __early_init(void) { ht32_clock_init(); }
|
||||
|
||||
void boardInit(void) {}
|
||||
|
@ -98,10 +98,6 @@ const PALConfig pal_default_config = {
|
||||
.ESSR[1] = 0x00000000,
|
||||
};
|
||||
|
||||
void __early_init(void) {}
|
||||
|
||||
void early_hardware_init_pre(void) { ht32_clock_init(); }
|
||||
|
||||
void board_init(void) {}
|
||||
void __early_init(void) { ht32_clock_init(); }
|
||||
|
||||
void boardInit(void) {}
|
||||
|
Loading…
Reference in New Issue
Block a user