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_lpc43xx.h | |
| parent | 8155fd38a580603af60bc91fa54197b08ce68464 (diff) | |
delete mcu folders as it duplicate hal folders
Diffstat (limited to 'tinyusb/hal/hal_lpc43xx.h')
| -rw-r--r-- | tinyusb/hal/hal_lpc43xx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tinyusb/hal/hal_lpc43xx.h b/tinyusb/hal/hal_lpc43xx.h index a0648d8f4..d00d9fa42 100644 --- a/tinyusb/hal/hal_lpc43xx.h +++ b/tinyusb/hal/hal_lpc43xx.h @@ -51,7 +51,8 @@ #ifndef _TUSB_HAL_LPC43XX_H_ #define _TUSB_HAL_LPC43XX_H_ -#include "common/mcu/mcu.h" +#include "LPC43xx.h" +#include "lpc43xx_cgu.h" #ifdef __cplusplus extern "C" { |
