Browse Source

Turn off C++ constructor debug messages.

sbg
px4dev 12 years ago
parent
commit
22b0add293
  1. 3
      apps/systemlib/up_cxxinitialize.c

3
apps/systemlib/up_cxxinitialize.c

@ -57,9 +57,6 @@ @@ -57,9 +57,6 @@
# undef CONFIG_DEBUG_CXX
#endif
#define CONFIG_DEBUG_CXX
#define CONFIG_DEBUG_VERBOSE
#ifdef CONFIG_DEBUG_CXX
# define cxxdbg dbg
# define cxxlldbg lldbg

Loading…
Cancel
Save