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:
Mark Charlebois
2015-05-19 11:53:19 -07:00
parent 95de7c2e94
commit eaef0db7d6
4 changed files with 27 additions and 44 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ uORB::DeviceMaster::DeviceMaster(Flavor f) :
_flavor(f)
{
// enable debug() calls
_debug_enabled = true;
//_debug_enabled = true;
}