aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 03:13:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 03:13:50 +0000
commit9a0be89531cef3fb41ac68412693529607dd0ca3 (patch)
treea6e2ac51a93bff32a1c810c633bf078401719281 /nuttx/Kconfig
parentebdc6a36e8185325a98c45527b2c970aae5a59e2 (diff)
downloadpx4-firmware-9a0be89531cef3fb41ac68412693529607dd0ca3.tar.gz
px4-firmware-9a0be89531cef3fb41ac68412693529607dd0ca3.tar.bz2
px4-firmware-9a0be89531cef3fb41ac68412693529607dd0ca3.zip
Correct some bad parameter checking
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5197 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index f4f6abe7e..0fe6eb0f7 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -230,7 +230,11 @@ config DEBUG_VERBOSE
bool "Enable Debug Verbose Output"
default n
---help---
- Enables verbose debug output (assuming debug output is enabled)
+ Enables verbose debug output (assuming debug output is enabled). As a
+ general rule, when DEBUG is enabled only errors will be reported in the debug
+ output. But if you also enable DEBUG_VERBOSE, then very chatty (and
+ often annoying) output will be generated. This means there are two levels
+ of debug output: errors-only and everything.
config DEBUG_ENABLE
bool "Enable Debug Controls"