This commit is contained in:
bwisn 2021-11-13 23:51:07 +01:00
parent a2b7d34fda
commit 70273607fd
2 changed files with 2 additions and 10 deletions

View File

@ -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) {}

View File

@ -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) {}