fix socket compile error

This commit is contained in:
liuzhifu
2016-08-17 21:05:29 +08:00
committed by Wu Jian Gang
parent e4722e6143
commit 6f122928f0
5 changed files with 35 additions and 3 deletions

View File

@@ -783,6 +783,10 @@ V8 if desired. */
#define xList List_t
#endif /* configENABLE_BACKWARD_COMPATIBILITY */
#ifndef configESP32_PER_TASK_DATA
#define configESP32_PER_TASK_DATA 1
#endif
#ifdef __cplusplus
}
#endif