fasdf gfaha / Terminal
Revision:
4:4bcb955b81f3
Parent:
3:3c2cc2ea12a9
Child:
6:4269b879a2af
diff -r 3c2cc2ea12a9 -r 4bcb955b81f3 Terminal.cpp
--- a/Terminal.cpp	Thu Aug 02 02:08:48 2012 +0000
+++ b/Terminal.cpp	Thu Aug 02 02:15:06 2012 +0000
@@ -66,7 +66,7 @@
     {
         serial.putc('\n');
         
-        bool matchFound;
+        bool matchFound = false;
         
         // Try to match the input string to a command, and call the associated function if a match is found
         for (int i = 0; i < NUM_COMMANDS_MAX; i++)