Align use of define

This commit is contained in:
zvecr 2023-02-25 19:39:27 +00:00
parent 8fe4f9e009
commit 4cf84dc3d6

View file

@ -316,8 +316,7 @@ int board_uart_write(void const * buf, int len)
#endif
}
#ifndef TINYUF2_SELF_UPDATE
#ifndef BUILD_NO_TINYUSB
// Forward USB interrupt events to TinyUSB IRQ Handler
void USB_HP_IRQHandler(void)
{