diff --git a/tinyusb/tusb.c b/tinyusb/tusb.c index 15a6a003d..56fe393e3 100644 --- a/tinyusb/tusb.c +++ b/tinyusb/tusb.c @@ -35,6 +35,8 @@ * This file is part of the tinyUSB stack. */ +#define _TINY_USB_SOURCE_FILE_ + #include "tusb.h" tusb_error_t tusb_init(void)