diff options
| author | hathach <[email protected]> | 2019-03-27 17:48:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-27 17:48:42 +0700 |
| commit | da452d4ba6127b2b3b83832ba142bece911e2490 (patch) | |
| tree | 24867b63622d6d72e65ab522987403bf2ded299f /src/device | |
| parent | 3dfb251c1e2c7d1b6f91cf4bb2f3010e333592b3 (diff) | |
cleanup, remove the use of _TINY_USB_SOURCE_FILE_
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 2 | ||||
| -rw-r--r-- | src/device/usbd_control.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 17914fb6c..604f35bc5 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -28,8 +28,6 @@ #if TUSB_OPT_DEVICE_ENABLED
-#define _TINY_USB_SOURCE_FILE_
-
#include "tusb.h"
#include "usbd.h"
#include "device/usbd_pvt.h"
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c index d907aca3b..24234f4d2 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -28,8 +28,6 @@ #if TUSB_OPT_DEVICE_ENABLED
-#define _TINY_USB_SOURCE_FILE_
-
#include "tusb.h"
#include "device/usbd_pvt.h"
|
