mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 23:27:46 +00:00
Some Logging Cleanup (#810)
* Remove unnecessary WPP definition. * Various other small fixes.
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user