summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-01 18:47:26 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-01 18:47:26 +0200
commite5a305a6fb33320e306eb910513745926ece8acd (patch)
tree854ec2ad14a1e8edd6003fd7b17d3e83ae32ec79
parentb9011c1d2dc46e4e917ca7c17b4ef769f2429d92 (diff)
downloadnuttx-e5a305a6fb33320e306eb910513745926ece8acd.tar.gz
nuttx-e5a305a6fb33320e306eb910513745926ece8acd.tar.bz2
nuttx-e5a305a6fb33320e306eb910513745926ece8acd.zip
Re-enable sys log to work around USB vs. ttyS0 issue - works, but needs further attention
-rw-r--r--nuttx/configs/px4fmu-v1/nsh/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/px4fmu-v1/nsh/defconfig b/nuttx/configs/px4fmu-v1/nsh/defconfig
index 9dcd2b2e8..11fc24d41 100644
--- a/nuttx/configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx/configs/px4fmu-v1/nsh/defconfig
@@ -608,8 +608,9 @@ CONFIG_FS_BINFS=y
# System Logging
#
# CONFIG_SYSLOG_ENABLE is not set
-# CONFIG_SYSLOG is not set
-# CONFIG_SYSLOG_CHAR is not set
+CONFIG_SYSLOG=y
+CONFIG_SYSLOG_CHAR=y
+CONFIG_SYSLOG_DEVPATH="/dev/ttyS0"
#
# Graphics Support