summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc11uxx.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-01-17 14:40:46 +0700
committerhathach <[email protected]>2013-01-17 14:40:46 +0700
commitc16632da0bf8d042388018c667cfbc176ed56436 (patch)
treeceb00f2f4207ba42928430239a61ce607b5bcc02 /tinyusb/hal/hal_lpc11uxx.h
parent480ddb4fecb96c79cc046f3e4d03ec73a04abca0 (diff)
add UART support for ea4357 (tested)
Diffstat (limited to 'tinyusb/hal/hal_lpc11uxx.h')
-rw-r--r--tinyusb/hal/hal_lpc11uxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/hal/hal_lpc11uxx.h b/tinyusb/hal/hal_lpc11uxx.h
index b984afbc1..3d44d8742 100644
--- a/tinyusb/hal/hal_lpc11uxx.h
+++ b/tinyusb/hal/hal_lpc11uxx.h
@@ -54,6 +54,7 @@
#include "LPC11Uxx.h"
#define DEVICE_ROMDRIVER
+#define DEVICE_ROM_REG_BASE LPC_USB_BASE
#ifdef __cplusplus
extern "C" {