summaryrefslogtreecommitdiff
path: root/CommandTerminal/Commands.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2016-01-08 09:27:22 -0600
committerMike Fiore <mfiore@multitech.com>2016-01-08 09:27:22 -0600
commitadc3d703dd1945b2b06c80dd7252cb4e9cc4f485 (patch)
tree88f5d84f6a28ef32f3fee978f67510b1161d10c4 /CommandTerminal/Commands.h
parent746bf896ba44a97c904ed9d9f450a54898705e78 (diff)
downloadmtdot-box-evb-factory-firmware-adc3d703dd1945b2b06c80dd7252cb4e9cc4f485.tar.gz
mtdot-box-evb-factory-firmware-adc3d703dd1945b2b06c80dd7252cb4e9cc4f485.tar.bz2
mtdot-box-evb-factory-firmware-adc3d703dd1945b2b06c80dd7252cb4e9cc4f485.zip
allow changes to protected config if built with debug macros MTS_RADIO_DEBUG_COMMANDS and DEBUG_MAC
Diffstat (limited to 'CommandTerminal/Commands.h')
-rw-r--r--CommandTerminal/Commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/CommandTerminal/Commands.h b/CommandTerminal/Commands.h
index 22beb41..da1f8bd 100644
--- a/CommandTerminal/Commands.h
+++ b/CommandTerminal/Commands.h
@@ -28,3 +28,7 @@
#include "CmdDeleteSurveyDataFile.h"
#include "CmdDummy.h"
+
+#ifdef MTS_RADIO_DEBUG_COMMANDS
+#include "CmdWriteProtectedConfig.h"
+#endif