mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 14:42:03 +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,
|
.ESSR[1] = 0x00000000,
|
||||||
};
|
};
|
||||||
|
|
||||||
void __early_init(void) {}
|
void __early_init(void) { ht32_clock_init(); }
|
||||||
|
|
||||||
void early_hardware_init_pre(void) { ht32_clock_init(); }
|
|
||||||
|
|
||||||
void board_init(void) {}
|
|
||||||
|
|
||||||
void boardInit(void) {}
|
void boardInit(void) {}
|
||||||
|
@ -98,10 +98,6 @@ const PALConfig pal_default_config = {
|
|||||||
.ESSR[1] = 0x00000000,
|
.ESSR[1] = 0x00000000,
|
||||||
};
|
};
|
||||||
|
|
||||||
void __early_init(void) {}
|
void __early_init(void) { ht32_clock_init(); }
|
||||||
|
|
||||||
void early_hardware_init_pre(void) { ht32_clock_init(); }
|
|
||||||
|
|
||||||
void board_init(void) {}
|
|
||||||
|
|
||||||
void boardInit(void) {}
|
void boardInit(void) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user