Skip to content

Commit 8abef5c

Browse files
committed
fix tasktone stack size
1 parent b95f4e9 commit 8abef5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/TaskTone/TaskTone.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void setup() {
4949

5050
noInterrupts();
5151
for (auto i = 'A'; i <= 'G'; i++) {
52-
runTask(playNote, i);
52+
runTask(playNote, i, 96);
5353
}
5454
interrupts();
5555
}

0 commit comments

Comments
 (0)