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_lpc13uxx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/hal/hal_lpc13uxx.h') diff --git a/tinyusb/hal/hal_lpc13uxx.h b/tinyusb/hal/hal_lpc13uxx.h index c360f2909..b24d774b6 100644 --- a/tinyusb/hal/hal_lpc13uxx.h +++ b/tinyusb/hal/hal_lpc13uxx.h @@ -54,7 +54,7 @@ #include "LPC13Uxx.h" #define DEVICE_ROMDRIVER - +#define DEVICE_ROM_REG_BASE LPC_USB_BASE #ifdef __cplusplus extern "C" { -- cgit v1.3.1