dev

Dependencies:   MTS-Serial libmDot-mbed5

Fork of Dot-AT-Firmware by MultiTech

Revision:
4:666017851052
Parent:
1:e52ae6584f1c
Child:
9:ff62b20f7000
--- a/CommandTerminal/CmdLinkCheckThreshold.cpp	Tue Aug 18 15:58:59 2015 +0000
+++ b/CommandTerminal/CmdLinkCheckThreshold.cpp	Tue Aug 18 11:21:43 2015 -0500
@@ -1,7 +1,7 @@
 #include "CmdLinkCheckThreshold.h"
 
 CmdLinkCheckThreshold::CmdLinkCheckThreshold(mDot* dot, mts::MTSSerial& serial) :
-        Command(dot, "Link Check Threshold", "AT+LCT", "Set threshold for number of link check of ACK failures to tolerate, (0: off, N: number of failures"), _serial(serial)
+        Command(dot, "Link Check Threshold", "AT+LCT", "Set threshold for number of link check of ACK failures to tolerate, (0: off, N: number of failures)"), _serial(serial)
 {
     _help = std::string(text()) + ": " + std::string(desc());
     _usage = "(0-255)";