We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8b92f commit 205a23bCopy full SHA for 205a23b
examples/SchedulerBlinkMax/SchedulerBlinkMax.ino
@@ -49,7 +49,7 @@ const size_t STACK_SIZE = 128;
49
#endif
50
51
int next_pin = 2;
52
-int min_stack = 64;
+int min_stack = STACK_SIZE;
53
54
void blink()
55
{
0 commit comments