mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 22:09:54 +00:00
Update the include path for "misc.h" in "debug.hpp" (#1419)
This commit is contained in:
committed by
Jonathan Hui
parent
34c6959a87
commit
2a2c70faad
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
#elif OPENTHREAD_CONFIG_PLATFORM_ASSERT_MANAGEMENT
|
#elif OPENTHREAD_CONFIG_PLATFORM_ASSERT_MANAGEMENT
|
||||||
|
|
||||||
#include <platform/misc.h>
|
#include "openthread/platform/misc.h"
|
||||||
|
|
||||||
#define assert(cond) \
|
#define assert(cond) \
|
||||||
do { \
|
do { \
|
||||||
|
|||||||
Reference in New Issue
Block a user