diff --git a/src/user_main.c b/src/user_main.c index 0edaa25f6..4778e526f 100644 --- a/src/user_main.c +++ b/src/user_main.c @@ -1073,11 +1073,7 @@ void QuickTick(void* param) } -#if PLATFORM_ESP8266 || PLATFORM_TR6260 -#define QT_STACK_SIZE 1536 -#else #define QT_STACK_SIZE 2048 -#endif //////////////////////////////////////////////////////// // this is the bit which runs the quick tick timer