summaryrefslogtreecommitdiff
path: root/CommandTerminal
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-18 15:55:32 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-18 15:55:32 -0600
commit8167e5ad0453f2e6855f9622c2acddb9cf55c941 (patch)
tree3e8a2ab1198c174f65e7d055c854f59017a27c24 /CommandTerminal
parentd48510e9c3a57753ff4b33b00e0c61a2b39ff9a1 (diff)
downloadmtdot-box-evb-factory-firmware-8167e5ad0453f2e6855f9622c2acddb9cf55c941.tar.gz
mtdot-box-evb-factory-firmware-8167e5ad0453f2e6855f9622c2acddb9cf55c941.tar.bz2
mtdot-box-evb-factory-firmware-8167e5ad0453f2e6855f9622c2acddb9cf55c941.zip
get things building again - remove config code in main, fix bug in ModeJoin
Diffstat (limited to 'CommandTerminal')
-rw-r--r--CommandTerminal/Command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/CommandTerminal/Command.h b/CommandTerminal/Command.h
index bf46158..c48bd59 100644
--- a/CommandTerminal/Command.h
+++ b/CommandTerminal/Command.h
@@ -40,7 +40,6 @@
#include <string>
#include <vector>
#include "limits.h"
-#include "debug.h"
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __command_H