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 @@
# undef CONFIG_DEBUG_CXX # undef CONFIG_DEBUG_CXX
#endif #endif
#define CONFIG_DEBUG_CXX
#define CONFIG_DEBUG_VERBOSE
#ifdef CONFIG_DEBUG_CXX #ifdef CONFIG_DEBUG_CXX
# define cxxdbg dbg # define cxxdbg dbg
# define cxxlldbg lldbg # define cxxlldbg lldbg

Loading…
Cancel
Save