Skip to content

Commit 48a7ff7

Browse files
committed
Adjust example to a Sink size of 10.
1 parent 5c3b1ae commit 48a7ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Threading/Demo_Source_Sink_Counter/Consumer.inot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SINK(counter, int);
1+
SINK(counter, int, 10);
22

33
void setup()
44
{

0 commit comments

Comments
 (0)