Scott Hoppe / Mbed OS 4_Ecolab_RSSI_Checker

Dependencies:   DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot-dev-mbed5-deprecated

Fork of MTDOT-BOX-EVB-Factory-Firmware by MultiTech

Revision:
7:a31236c2e75c
Parent:
1:71125aa00e33
--- a/CommandTerminal/CmdWriteProtectedConfig.cpp	Fri Nov 04 22:21:01 2016 +0000
+++ b/CommandTerminal/CmdWriteProtectedConfig.cpp	Fri Nov 04 17:27:05 2016 -0500
@@ -24,6 +24,10 @@
     _help = std::string(text()) + ": " + std::string(desc());
 }
 
+CmdWriteProtectedConfig::~CmdWriteProtectedConfig() {
+
+}
+
 uint32_t CmdWriteProtectedConfig::action(std::vector<std::string> args)
 {
     if (!_dot->saveProtectedConfig()) {