diff options
| author | hathach <[email protected]> | 2012-12-07 17:59:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-07 17:59:46 +0700 |
| commit | 70e3a139515fe88597b7c6dc28de6b6145d8720a (patch) | |
| tree | a54eb545b2e536eeb29a5eb2dca1bd48dc6f56b6 /tinyusb/common | |
| parent | cd74f4f0ed9750f0019b0b66b5d921d68b4ba356 (diff) | |
change building process yes, again
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/common.h | 5 | ||||
| -rw-r--r-- | tinyusb/common/mcu/mcu.h | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index 5f0f0655b..e3db0d033 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -61,11 +61,12 @@ #include <string.h> #include <stdio.h> +#include "compiler/compiler.h" #include "tusb_cfg.h" +#include "errors.h" #include "mcu/mcu.h" + #include "hal/hal.h" -#include "compiler/compiler.h" -#include "errors.h" #include "core/tusb_types.h" #include "core/std_descriptors.h" diff --git a/tinyusb/common/mcu/mcu.h b/tinyusb/common/mcu/mcu.h index 7e492865e..361f453a0 100644 --- a/tinyusb/common/mcu/mcu.h +++ b/tinyusb/common/mcu/mcu.h @@ -51,10 +51,6 @@ #ifndef _TUSB_MCU_H_ #define _TUSB_MCU_H_ -#ifndef MCU // elcipse view -#define MCU MCU_LPC11UXX -#endif - #define MCU_LPC13UXX 1 #define MCU_LPC11UXX 2 #define MCU_LPC43XX 3 |
