aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-02-17 15:25:59 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-02-17 15:25:59 +0100
commit6bd18e46bb3b250213bb64d9b0da2e71ddc912ab (patch)
tree1adeb7cee07409048454757dfa50e1af41c2c674
parent0ffcb1b401595096622decfce0ba77b799b90d40 (diff)
downloadpx4-firmware-6bd18e46bb3b250213bb64d9b0da2e71ddc912ab.tar.gz
px4-firmware-6bd18e46bb3b250213bb64d9b0da2e71ddc912ab.tar.bz2
px4-firmware-6bd18e46bb3b250213bb64d9b0da2e71ddc912ab.zip
Disable signals again, it is too early (needs NuttX merge)
-rwxr-xr-xnuttx/configs/px4io/io/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/px4io/io/defconfig b/nuttx/configs/px4io/io/defconfig
index ccb5b1ec4..d2a4f3848 100755
--- a/nuttx/configs/px4io/io/defconfig
+++ b/nuttx/configs/px4io/io/defconfig
@@ -400,7 +400,7 @@ CONFIG_SCHED_ATEXIT=n
CONFIG_DISABLE_CLOCK=n
CONFIG_DISABLE_POSIX_TIMERS=y
CONFIG_DISABLE_PTHREAD=y
-CONFIG_DISABLE_SIGNALS=n
+CONFIG_DISABLE_SIGNALS=y
CONFIG_DISABLE_MQUEUE=y
CONFIG_DISABLE_MOUNTPOINT=y
CONFIG_DISABLE_ENVIRON=y