WXK
2025-05-22 035ecb85c3513be2b6ab5c515db082cb7fee8f97
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