From acfbc6cb30e804e0367a21f3f7c48e7e50a4cbcc Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 22 Apr 2015 18:39:14 +0200 Subject: [PATCH] [ES] Fixed type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-óff-by: Jim Martens --- es/blatt2/uebung2-1/uebung2-1.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es/blatt2/uebung2-1/uebung2-1.ino b/es/blatt2/uebung2-1/uebung2-1.ino index 320f69a..2bf6bc6 100644 --- a/es/blatt2/uebung2-1/uebung2-1.ino +++ b/es/blatt2/uebung2-1/uebung2-1.ino @@ -6,8 +6,8 @@ int timesPressedPlus = 0; int timesPressedMinus = 0; int vergleichswert = 60; int rc = 10499; -boolean increased = false; -boolean decreased = false; +bool increased = false; +bool decreased = false; void setup() { // put your setup code here, to run once: