summaryrefslogtreecommitdiff
path: root/tinyusb/hal
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-13 18:43:52 +0700
committerhathach <[email protected]>2014-03-13 18:43:52 +0700
commit958512a5bd4a0826bd32df7d3740256504ab90d6 (patch)
treef73b1440aee6a5ceddc92106a3295bfa3ddc5681 /tinyusb/hal
parent6fbca0ea8731b7f50a895ae5c62fc2bbedde2550 (diff)
clean up more warnings
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
//--------------------------------------------------------------------+