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: MTS-Serial libxDot-mbed5
Diff: CommandTerminal/CmdCRC.cpp
- Revision:
- 6:e27eaad36a0c
- Parent:
- 1:e52ae6584f1c
- Child:
- 9:ff62b20f7000
--- a/CommandTerminal/CmdCRC.cpp Tue Aug 18 16:31:53 2015 +0000 +++ b/CommandTerminal/CmdCRC.cpp Fri Jan 29 14:01:05 2016 -0600 @@ -1,7 +1,7 @@ #include "CmdCRC.h" CmdCRC::CmdCRC(mDot* dot, mts::MTSSerial& serial) : - Command(dot, "CRC Checking ", "AT+CRC", "Enable/disable CRC checking of received packets. (0: off, 1: on)"), _serial(serial) + Command(dot, "CRC Checking ", "AT+CRC", "Enable/disable CRC (0: off, 1: on)"), _serial(serial) { _help = std::string(text()) + ": " + std::string(desc()); _usage = "(0,1)";