summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-28 18:15:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-28 18:15:17 -0600
commit991e3d64d9324514a63f03b95cf092da0a6d5df4 (patch)
treea3fe0ea39028e311328dd5556315dd7257e625b0
parent8619e77941e970786913526ff34cf8b8bbb61372 (diff)
downloadpx4-nuttx-991e3d64d9324514a63f03b95cf092da0a6d5df4.tar.gz
px4-nuttx-991e3d64d9324514a63f03b95cf092da0a6d5df4.tar.bz2
px4-nuttx-991e3d64d9324514a63f03b95cf092da0a6d5df4.zip
C5471: choice has a default value. It should not
-rw-r--r--nuttx/arch/sim/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/arch/sim/Kconfig b/nuttx/arch/sim/Kconfig
index e5fcad556..6d36255f6 100644
--- a/nuttx/arch/sim/Kconfig
+++ b/nuttx/arch/sim/Kconfig
@@ -105,7 +105,6 @@ choice
config SIM_TOUCHSCREEN
bool "X11 mouse-based touchscreen emulation"
- default n
---help---
Support an X11 mouse-based touchscreen emulation. Also needs INPUT=y