From 4ea46cbfee73c43579ea657cabc7f1fc7de97874 Mon Sep 17 00:00:00 2001 From: Leon Lindenfelser Date: Fri, 20 Nov 2015 16:21:44 -0600 Subject: 1. Merged CommandTerminal into ModeConfig and deleted CommandTerminal. 2. Fixed AT&V output. 3. Cleaned up some unused code. 4. Added +FREQ back in. 5. Removed CmdExit and put the +EXIT command right in the command parsing code. --- CommandTerminal/CmdMaximumPower.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CommandTerminal/CmdMaximumPower.h') diff --git a/CommandTerminal/CmdMaximumPower.h b/CommandTerminal/CmdMaximumPower.h index f5d3bca..3a38b0f 100644 --- a/CommandTerminal/CmdMaximumPower.h +++ b/CommandTerminal/CmdMaximumPower.h @@ -3,7 +3,7 @@ #include "Command.h" -class CommandTerminal; +class ModeConfig; class CmdMaximumPower: public Command { -- cgit v1.2.3