From 2da8bed61fc02530aba72bd10e0feaf2f359416b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 14 Dec 2010 03:33:39 +0000 Subject: [PATCH] Create include/nuttx/usb directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3170 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sam3u-ek/src/up_usbdev.c | 6 +++--- configs/stm3210e-eval/src/up_usbdev.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configs/sam3u-ek/src/up_usbdev.c b/configs/sam3u-ek/src/up_usbdev.c index b31a7e6698b..9d97d65b550 100755 --- a/configs/sam3u-ek/src/up_usbdev.c +++ b/configs/sam3u-ek/src/up_usbdev.c @@ -45,8 +45,8 @@ #include #include -#include -#include +#include +#include #include "up_arch.h" #include "sam3u_internal.h" @@ -82,7 +82,7 @@ void sam3u_usbinitialize(void) * Description: * If USB is supported and the board supports a pullup via GPIO (for USB software * connect and disconnect), then the board software must provide sam3u_pullup. - * See include/nuttx/usbdev.h for additional description of this method. + * See include/nuttx/usb/usbdev.h for additional description of this method. * Alternatively, if no pull-up GPIO the following EXTERN can be redefined to be * NULL. * diff --git a/configs/stm3210e-eval/src/up_usbdev.c b/configs/stm3210e-eval/src/up_usbdev.c index b1ff79a6a74..d77c7988787 100644 --- a/configs/stm3210e-eval/src/up_usbdev.c +++ b/configs/stm3210e-eval/src/up_usbdev.c @@ -2,7 +2,7 @@ * configs/stm3210e-eval/src/up_usbdev.c * arch/arm/src/board/up_boot.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -45,8 +45,8 @@ #include #include -#include -#include +#include +#include #include "up_arch.h" #include "stm32_internal.h" @@ -85,7 +85,7 @@ void stm32_usbinitialize(void) * Description: * If USB is supported and the board supports a pullup via GPIO (for USB software * connect and disconnect), then the board software must provide stm32_pullup. - * See include/nuttx/usbdev.h for additional description of this method. + * See include/nuttx/usb/usbdev.h for additional description of this method. * Alternatively, if no pull-up GPIO the following EXTERN can be redefined to be * NULL. *