summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32/src/up_usbterm.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-12 17:32:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-12 17:32:00 -0600
commit3980a00ab75c580d1f4246a9be226631832c9e6e (patch)
tree1d8e177d23a39c0fe30e44cc1843cb3f4d737021 /nuttx/configs/ubw32/src/up_usbterm.c
parent5633c904e72b25119bbd9056bc0951ef9f6ad88e (diff)
downloadnuttx-3980a00ab75c580d1f4246a9be226631832c9e6e.tar.gz
nuttx-3980a00ab75c580d1f4246a9be226631832c9e6e.tar.bz2
nuttx-3980a00ab75c580d1f4246a9be226631832c9e6e.zip
Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
Diffstat (limited to 'nuttx/configs/ubw32/src/up_usbterm.c')
-rw-r--r--nuttx/configs/ubw32/src/up_usbterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ubw32/src/up_usbterm.c b/nuttx/configs/ubw32/src/up_usbterm.c
index 401d17026..9fe84b548 100644
--- a/nuttx/configs/ubw32/src/up_usbterm.c
+++ b/nuttx/configs/ubw32/src/up_usbterm.c
@@ -2,7 +2,7 @@
* configs/ubw32/src/up_usbterm.c
* arch/arm/src/board/up_usbterm.c
*
- * Copyright (C) 2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -80,7 +80,7 @@ int usbterm_devinit(void)
* pic32mx_usbattach() will be called in nsh_archinitialize().
*/
-#ifndef CONFIG_EXAMPLES_USBTERM_BUILTIN
+#ifndef CONFIG_NSH_BUILTIN_APPS
pic32mx_usbattach();
#endif
return OK;