Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/user_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading