diff options
| author | hathach <[email protected]> | 2014-03-13 18:43:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-13 18:43:52 +0700 |
| commit | 958512a5bd4a0826bd32df7d3740256504ab90d6 (patch) | |
| tree | f73b1440aee6a5ceddc92106a3295bfa3ddc5681 /tinyusb/hal | |
| parent | 6fbca0ea8731b7f50a895ae5c62fc2bbedde2550 (diff) | |
clean up more warnings
Diffstat (limited to 'tinyusb/hal')
| -rw-r--r-- | tinyusb/hal/hal_lpc175x_6x.c | 9 |
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
//--------------------------------------------------------------------+
|
