加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rtconfig_project.h 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
bernard 提交于 2017-08-25 14:48 . Keep more compatibility with lwip in IDF.
#ifndef RTCONFIG_PROJECT_H__
#define RTCONFIG_PROJECT_H__
#ifdef IDF_LWIP
#undef LWIP_SO_RCVBUF
#undef SO_REUSE
#endif
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/timers.h"
#include "freertos/queue.h"
#include "freertos/StackMacros.h"
#include "freertos/xtensa_rtos.h"
#include "sdkconfig.h"
#ifdef RT_TICK_PER_SECOND
#undef RT_TICK_PER_SECOND
#endif
#define RT_TICK_PER_SECOND CONFIG_FREERTOS_HZ
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化