From 4a6feb3acb75ad18238bc0a9e36052b37bcf59ba Mon Sep 17 00:00:00 2001 From: Jason Short Date: Mon, 28 Nov 2011 10:30:34 -0800 Subject: [PATCH] better comments out of some old unused functions to avoid compiler errors --- ArduCopter/commands_logic.pde | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ArduCopter/commands_logic.pde b/ArduCopter/commands_logic.pde index 2abb2a2bf9..de3fb66354 100644 --- a/ArduCopter/commands_logic.pde +++ b/ArduCopter/commands_logic.pde @@ -103,8 +103,8 @@ static void process_now_command() } } -static void handle_no_commands() -{ +//static void handle_no_commands() +//{ /* switch (control_mode){ default: @@ -113,7 +113,7 @@ static void handle_no_commands() }*/ //return; //Serial.println("Handle No CMDs"); -} +//} /********************************************************************************/ // Verify command Handlers @@ -430,10 +430,10 @@ static bool verify_nav_wp() } } -static bool verify_loiter_unlim() -{ - return false; -} +//static bool verify_loiter_unlim() +//{ +// return false; +//} static bool verify_loiter_time() {