diff options
| author | hathach <[email protected]> | 2018-11-16 21:58:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-16 21:58:35 +0700 |
| commit | 1640e7590ef1f7883e4474b228a08144879780cd (patch) | |
| tree | 3e44fe7f6cdffd1eef07501cbc2d21e7cf4c59a7 /src/device/usbd.c | |
| parent | 215f8603b14cc29e08d8a25e08f8eca44ed90826 (diff) | |
remove control.h (move prototype to usbd_pvt.h)
Diffstat (limited to 'src/device/usbd.c')
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index e9ac24c4b..bf6aa665f 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -44,7 +44,6 @@ #define _TINY_USB_SOURCE_FILE_
-#include "control.h"
#include "tusb.h"
#include "usbd.h"
#include "device/usbd_pvt.h"
|
