From a3ed66344d893c2c3ba4be2319af93448d4acb9f Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 3 Jun 2013 16:40:02 +0700 Subject: [PATCH] fix compiler bug with ceedling tests --- tinyusb/device/romdriver/mw_usbd_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tinyusb/device/romdriver/mw_usbd_core.h b/tinyusb/device/romdriver/mw_usbd_core.h index dddbbb51..7436140d 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.