diff options
| author | hathach <[email protected]> | 2013-06-03 16:40:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-03 16:40:02 +0700 |
| commit | a3ed66344d893c2c3ba4be2319af93448d4acb9f (patch) | |
| tree | df0f90a34f90689572379e745496c0080523be4f | |
| parent | f982a10b6b0f0b196d392459e9f59e27554dc008 (diff) | |
fix compiler bug with ceedling tests
| -rw-r--r-- | tinyusb/device/romdriver/mw_usbd_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/device/romdriver/mw_usbd_core.h b/tinyusb/device/romdriver/mw_usbd_core.h index dddbbb51b..7436140db 100644 --- a/tinyusb/device/romdriver/mw_usbd_core.h +++ b/tinyusb/device/romdriver/mw_usbd_core.h @@ -26,7 +26,6 @@ #include "error.h" #include "mw_usbd.h" -#include "../dcd_nxp_romdriver.h" /** \file * \brief ROM API for USB device stack. |
