summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/src/up_usbdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam3u-ek/src/up_usbdev.c')
-rwxr-xr-xnuttx/configs/sam3u-ek/src/up_usbdev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sam3u-ek/src/up_usbdev.c b/nuttx/configs/sam3u-ek/src/up_usbdev.c
index b31a7e669..9d97d65b5 100755
--- a/nuttx/configs/sam3u-ek/src/up_usbdev.c
+++ b/nuttx/configs/sam3u-ek/src/up_usbdev.c
@@ -45,8 +45,8 @@
#include <stdbool.h>
#include <debug.h>
-#include <nuttx/usbdev.h>
-#include <nuttx/usbdev_trace.h>
+#include <nuttx/usb/usbdev.h>
+#include <nuttx/usb/usbdev_trace.h>
#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.
*