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.h | |
| parent | 8155fd38a580603af60bc91fa54197b08ce68464 (diff) | |
delete mcu folders as it duplicate hal folders
Diffstat (limited to 'tinyusb/hal/hal.h')
| -rw-r--r-- | tinyusb/hal/hal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index 467f75f37..36fe9c5a3 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -58,6 +58,10 @@ #include "common/compiler/compiler.h" #include "common/errors.h" +#define MCU_LPC13UXX 0 +#define MCU_LPC11UXX 1 +#define MCU_LPC43XX 2 + /** \brief USB hardware init * * \param[in] para1 |
