summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc31xx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-26 15:06:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-26 15:06:50 +0000
commit582b39047e192bf28c568fc53fcff168c8293841 (patch)
tree237ee27237a2933afa2e945fb703db576b867640 /nuttx/arch/arm/src/lpc31xx
parenta9de389d80485f8f305c7161e1312ef9a450892a (diff)
downloadpx4-nuttx-582b39047e192bf28c568fc53fcff168c8293841.tar.gz
px4-nuttx-582b39047e192bf28c568fc53fcff168c8293841.tar.bz2
px4-nuttx-582b39047e192bf28c568fc53fcff168c8293841.zip
Misc build fixes, some from Mike some for ez80 native build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5389 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc31xx')
-rw-r--r--nuttx/arch/arm/src/lpc31xx/lpc31_usbdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc31xx/lpc31_usbdev.c b/nuttx/arch/arm/src/lpc31xx/lpc31_usbdev.c
index 255f28da1..386abb5b8 100644
--- a/nuttx/arch/arm/src/lpc31xx/lpc31_usbdev.c
+++ b/nuttx/arch/arm/src/lpc31xx/lpc31_usbdev.c
@@ -75,7 +75,7 @@
/* Configuration ***************************************************************/
#ifndef CONFIG_LPC31_USBDEV_EP0_MAXSIZE
-# define CONFIG_LPC31_LPC31_USBDEV_EP0_MAXSIZE 64
+# define CONFIG_LPC31_USBDEV_EP0_MAXSIZE 64
#endif
#ifndef CONFIG_USBDEV_MAXPOWER