diff options
| author | hathach <[email protected]> | 2013-01-27 16:28:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-27 16:28:49 +0700 |
| commit | 36dbd528708f7c7a65350aef5092b49f962d8a98 (patch) | |
| tree | f6ada6dddfe01da004537c0064bf68fdc101e611 /tinyusb/tusb.c | |
| parent | b57e6e11216012453dbae1e50f3d72f45cfe86f7 (diff) | |
house keeping
Diffstat (limited to 'tinyusb/tusb.c')
| -rw-r--r-- | tinyusb/tusb.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
