mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 01:19:51 +00:00
[examples] move platform.h into examples (#2541)
The existing platform.h is really a part of the examples and not a part of OpenThread core. This commit moves the platform.h out of the public API and into the examples directory.
This commit is contained in:
@@ -33,9 +33,10 @@
|
||||
#include <openthread/cli.h>
|
||||
#include <openthread/diag.h>
|
||||
#include <openthread/openthread.h>
|
||||
#include <openthread/platform/platform.h>
|
||||
#include <openthread/platform/logging.h>
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#if OPENTHREAD_ENABLE_MULTIPLE_INSTANCES
|
||||
void *otPlatCAlloc(size_t aNum, size_t aSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user