WXK
2025-01-22 255c51174a0571340ef470184064a5c75d261d27
01_SDK/nimble/host/nimble/porting/nimble/include/os/os.h
@@ -56,6 +56,11 @@
#include "os/os_mbuf.h"
#include "os/os_mempool.h"
// panchip add
#include "utility.h"
#define nimble_mem_alloc(size)     pvPortMalloc(size)
#define nimble_mem_free(p)         vPortFree(p)
#ifdef __cplusplus
}
#endif