mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 02:10:34 +08:00
Logging fixes and enhancements
Made the logging macros generic so they can be used for multiple targets. Fixed toolchain_native.mk so err.h is included from src/systemlib for posix. Reduced debug output for uORB. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -443,7 +443,7 @@ uORB::DeviceMaster::DeviceMaster(Flavor f) :
|
||||
_flavor(f)
|
||||
{
|
||||
// enable debug() calls
|
||||
_debug_enabled = true;
|
||||
//_debug_enabled = true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user