Fix ESP32 build

Signed-off-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
HiFiPhile
2025-09-18 19:08:18 +02:00
parent be618ba084
commit b4cc5af32d

View File

@ -160,6 +160,14 @@ void board_putchar(int c) {
putchar(c);
}
void board_init_after_tusb(void) {
// nothing to do
}
void board_reset_to_bootloader(void) {
// not implemented
}
//--------------------------------------------------------------------
// PHY Init
//--------------------------------------------------------------------