From 53385c0882f980fc22472bc95b9a2dfe82837732 Mon Sep 17 00:00:00 2001 From: johandroid Date: Mon, 21 Oct 2013 16:12:17 +0200 Subject: [PATCH] Update SerialWriteHelloWorld.ino --- .../tests/SerialWriteHelloWorld/SerialWriteHelloWorld.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino/sketches/tests/SerialWriteHelloWorld/SerialWriteHelloWorld.ino b/arduino/sketches/tests/SerialWriteHelloWorld/SerialWriteHelloWorld.ino index 188b67f..2813e4a 100644 --- a/arduino/sketches/tests/SerialWriteHelloWorld/SerialWriteHelloWorld.ino +++ b/arduino/sketches/tests/SerialWriteHelloWorld/SerialWriteHelloWorld.ino @@ -17,7 +17,7 @@ void setup() uint16_t i = 254; void loop() // run over and over { - if (i > 512) { + if (i > 511) { return; }