From 0bd1797ff4c81b8c37003a801a948b1af7014bdb Mon Sep 17 00:00:00 2001 From: Emanuele Caruso Date: Wed, 9 Apr 2014 23:13:53 +0200 Subject: [PATCH] Minor comment fix --- StenoFW.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/StenoFW.ino b/StenoFW.ino index e069f78..b5b8166 100755 --- a/StenoFW.ino +++ b/StenoFW.ino @@ -20,8 +20,7 @@ #define ROWS 5 #define COLS 6 -/* The following matrix is shown here for reference, it is needed for - correct wiring. +/* The following matrix is shown here for reference only. char keys[ROWS][COLS] = { {'S', 'T', 'P', 'H', '*', Fn1}, {'S', 'K', 'W', 'R', '*', Fn2},