summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32mx7mmb/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/pic32mx7mmb/nsh/appconfig')
-rw-r--r--nuttx/configs/pic32mx7mmb/nsh/appconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/pic32mx7mmb/nsh/appconfig b/nuttx/configs/pic32mx7mmb/nsh/appconfig
index 3479fd504..99292fc2b 100644
--- a/nuttx/configs/pic32mx7mmb/nsh/appconfig
+++ b/nuttx/configs/pic32mx7mmb/nsh/appconfig
@@ -124,3 +124,9 @@ ifeq ($(CONFIG_NX),y)
#CONFIGURED_APPS += examples/nximage
#CONFIGURED_APPS += examples/nxlines
endif
+
+# Uncomment to enable the touchscreen test
+
+ifeq ($(CONFIG_INPUT),y)
+#CONFIGURED_APPS += examples/touchscreen
+endif