买了一块海陵科的W801开发板 测试cJSON
发现
定义
cJSON_Hooks hooks;
hooks.malloc_fn = MPU_pvPortMalloc;
hooks.free_fn =MPU_vPortFree;
编译后
error: 'MPU_pvPortMalloc' undeclared (first use in this function)
error: 'MPU_vPortFree' undeclared (first use in this function)
请问 能否给一个 W801 cJSON 程序例程