Skip to content

Commit 205a23b

Browse files
committed
Cleanup.
1 parent 5a8b92f commit 205a23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SchedulerBlinkMax/SchedulerBlinkMax.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const size_t STACK_SIZE = 128;
4949
#endif
5050

5151
int next_pin = 2;
52-
int min_stack = 64;
52+
int min_stack = STACK_SIZE;
5353

5454
void blink()
5555
{

0 commit comments

Comments
 (0)