feature/config_event_loop_stack_size: Add config option for event loop stack

Adding configuration option for the event loop stack in ESP8266.
This commit is contained in:
Supreet Deshpande
2018-10-24 15:03:15 +05:30
parent d28329d713
commit f1811b353b
3 changed files with 9 additions and 1 deletions

View File

@ -23,6 +23,8 @@
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
#define EVENT_LOOP_STACKSIZE CONFIG_EVENT_LOOP_STACK_SIZE
#ifdef __cplusplus
extern "C" {
#endif