From 36dbd528708f7c7a65350aef5092b49f962d8a98 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 27 Jan 2013 16:28:49 +0700 Subject: [PATCH] house keeping --- tinyusb/tusb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tinyusb/tusb.c b/tinyusb/tusb.c index 15a6a003..56fe393e 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)