From c16632da0bf8d042388018c667cfbc176ed56436 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 17 Jan 2013 14:40:46 +0700 Subject: add UART support for ea4357 (tested) --- tinyusb/hal/hal_lpc43xx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/hal/hal_lpc43xx.h') diff --git a/tinyusb/hal/hal_lpc43xx.h b/tinyusb/hal/hal_lpc43xx.h index 2efd6da81..6fba59dfb 100644 --- a/tinyusb/hal/hal_lpc43xx.h +++ b/tinyusb/hal/hal_lpc43xx.h @@ -59,6 +59,7 @@ #endif #define DEVICE_ROMDRIVER +#define DEVICE_ROM_REG_BASE LPC_USB0_BASE // TODO USB1 static inline void hal_interrupt_enable() { -- cgit v1.3.1