From c388a8a1685293ce55006a95c39487c949cd6aa4 Mon Sep 17 00:00:00 2001 From: AdamC <45793216+AdamCummick@users.noreply.github.com> Date: Wed, 13 Oct 2021 08:58:27 -0400 Subject: [PATCH] Update badSketch.ino --- examples/tempBad/badSketch/badSketch.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tempBad/badSketch/badSketch.ino b/examples/tempBad/badSketch/badSketch.ino index b6fecf0..75d8eb3 100644 --- a/examples/tempBad/badSketch/badSketch.ino +++ b/examples/tempBad/badSketch/badSketch.ino @@ -7,6 +7,6 @@ void setup() { int i = 0; //was an error void loop() { // put your main code here, to run repeatedly: -i = incrementValue(i)//oops +i = incrementValue(i); }