diff options
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 |
