few changes for RTS/CTS control
Dependencies: MTS-Serial libmDot mbed-rtos mbed
Fork of mDot_AT_firmware by
Diff: CommandTerminal/CmdCRC.cpp
- Revision:
- 9:ff62b20f7000
- Parent:
- 6:e27eaad36a0c
--- a/CommandTerminal/CmdCRC.cpp Mon Apr 04 13:17:44 2016 +0000 +++ b/CommandTerminal/CmdCRC.cpp Mon Apr 04 09:00:31 2016 -0500 @@ -23,8 +23,8 @@ bool enable = (args[1] == "1"); if ((code = _dot->setCrc(enable)) != mDot::MDOT_OK) { - std::string error = mDot::getReturnCodeString(code) + " - " + _dot->getLastError(); - setErrorMessage(error); + + setErrorMessage(_dot->getLastError());; return 1; } }