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