WXK
2025-02-05 961c1174bbf1aaae5fa2f672806ed4eaf2f917be
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