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.
Dependencies: mbed WattBob_TextLCD globals
Diff: cmd_io.cpp
- Revision:
- 2:1549900755ba
- Parent:
- 0:af612d827a23
--- a/cmd_io.cpp Wed Nov 30 04:12:04 2011 +0000 +++ b/cmd_io.cpp Wed Nov 30 19:17:21 2011 +0000 @@ -148,10 +148,10 @@ if (command->nos_data == 2) { sprintf(buffer, "%u %u\n", (int)command->result_data[0], (int)command->result_data[1]); } - if (command->nos_data == 7) { +/* if (command->nos_data == 7) { sprintf(buffer, "%u %u %u %u %u %u %u\n", (int)command->result_data[0], (int)command->result_data[1], (int)command->result_data[2], (int)command->result_data[3], (int)command->result_data[4], (int)command->result_data[5], (int)command->result_data[6]); - } + }*/ // // send string //