diff options
| author | hathach <[email protected]> | 2013-01-16 22:23:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-16 22:23:17 +0700 |
| commit | 095129887e58cc2445afc1e2c10512e87c2c65ff (patch) | |
| tree | c0a39f51a3658f7cd7eb294923bd5a9100116397 /tinyusb/hal/hal_lpc13uxx.h | |
| parent | 8155fd38a580603af60bc91fa54197b08ce68464 (diff) | |
delete mcu folders as it duplicate hal folders
Diffstat (limited to 'tinyusb/hal/hal_lpc13uxx.h')
| -rw-r--r-- | tinyusb/hal/hal_lpc13uxx.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tinyusb/hal/hal_lpc13uxx.h b/tinyusb/hal/hal_lpc13uxx.h index f29bab7b9..c360f2909 100644 --- a/tinyusb/hal/hal_lpc13uxx.h +++ b/tinyusb/hal/hal_lpc13uxx.h @@ -51,7 +51,10 @@ #ifndef _TUSB_HAL_LPC13UXX_H_ #define _TUSB_HAL_LPC13UXX_H_ -#include "common/mcu/mcu.h" +#include "LPC13Uxx.h" + +#define DEVICE_ROMDRIVER + #ifdef __cplusplus extern "C" { |
