summaryrefslogtreecommitdiff
path: root/tinyusb/hal
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/hal')
-rw-r--r--tinyusb/hal/hal_lpc175x_6x.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/tinyusb/hal/hal_lpc175x_6x.c b/tinyusb/hal/hal_lpc175x_6x.c
index c3753a8fa..bb840a40d 100644
--- a/tinyusb/hal/hal_lpc175x_6x.c
+++ b/tinyusb/hal/hal_lpc175x_6x.c
@@ -36,16 +36,11 @@
*/
/**************************************************************************/
-#include "tusb_option.h"
-
-#if TUSB_CFG_MCU == MCU_LPC175X_6X
-
-//--------------------------------------------------------------------+
-// INCLUDE
-//--------------------------------------------------------------------+
#include "common/common.h"
#include "hal.h"
+#if TUSB_CFG_MCU == MCU_LPC175X_6X
+
//--------------------------------------------------------------------+
// IMPLEMENTATION
//--------------------------------------------------------------------+