From 435baccede397f6af286042f517f9105f1296cf7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 24 Sep 2008 15:42:13 +0000 Subject: [PATCH] Separate byte-oriented interrupt handling logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@950 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/lpc214x/chip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/lpc214x/chip.h b/arch/arm/src/lpc214x/chip.h index 2d78d8b8cb..597ee8702f 100644 --- a/arch/arm/src/lpc214x/chip.h +++ b/arch/arm/src/lpc214x/chip.h @@ -73,6 +73,7 @@ #define LPC214X_SPI1_BASE 0xe0030000 /* Serial Peripheral Interface 1 (SPI1) base */ #define LPC214X_AD0_BASE 0xe0034000 /* Analog to Digital Converter 0 base address*/ #define LPC214X_AD1_BASE 0xe0060000 /* Analog to Digital Converter 1 base address */ +#define LPC214X_USB_BASE 0xe0090000 /* USB base address */ #define LPC214X_SCB_BASE 0xe01fc000 /* System Control Block (SBC) base address */ #define LPC214X_MAM_BASE 0xe01fc000 /* Memory Accelerator Module (MAM) base address */