Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Terminal.cpp
- Revision:
- 4:4bcb955b81f3
- Parent:
- 3:3c2cc2ea12a9
- Child:
- 6:4269b879a2af
--- 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++)