Some Logging Cleanup (#810)

* Remove unnecessary WPP definition.
* Various other small fixes.
This commit is contained in:
Nick Banks
2016-10-20 10:30:53 -07:00
committed by Jonathan Hui
parent 606b6e5900
commit 7a19067515
28 changed files with 596 additions and 246 deletions
+5
View File
@@ -35,6 +35,7 @@
#include <common/code_utils.hpp>
#include <platform/alarm.h>
#include <platform/logging.h>
#include <platform/misc.h>
#include <platform/radio.h>
#include <platform/random.h>
@@ -305,6 +306,10 @@ exit:
return kPlatResetReason_PowerOn;
}
void otPlatLog(otLogLevel , otLogRegion , const char *, ...)
{
}
//
// Flash
//