From 4cf84dc3d6496b2cd51ed318beca8c7e1a204257 Mon Sep 17 00:00:00 2001 From: zvecr Date: Sat, 25 Feb 2023 19:39:27 +0000 Subject: [PATCH] Align use of define --- ports/stm32f3/boards.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ports/stm32f3/boards.c b/ports/stm32f3/boards.c index 7d56962..7b6f02d 100644 --- a/ports/stm32f3/boards.c +++ b/ports/stm32f3/boards.c @@ -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) {