Browse Source

Fix PX4 log to show error

sbg
Lorenz Meier 9 years ago
parent
commit
110a630cbd
  1. 2
      src/platforms/px4_log.h

2
src/platforms/px4_log.h

@ -130,7 +130,7 @@ __EXPORT extern int __px4_log_level_current; @@ -130,7 +130,7 @@ __EXPORT extern int __px4_log_level_current;
__END_DECLS
// __px4_log_level_current will be initialized to PX4_LOG_LEVEL_AT_RUN_TIME
#define PX4_LOG_LEVEL_AT_RUN_TIME _PX4_LOG_LEVEL_WARN
#define PX4_LOG_LEVEL_AT_RUN_TIME _PX4_LOG_LEVEL_ERROR
/****************************************************************************
* Implementation of log section formatting based on printf

Loading…
Cancel
Save