Browse Source

better comments out of some old unused functions to avoid compiler errors

mission-4.1.18
Jason Short 13 years ago
parent
commit
4a6feb3acb
  1. 14
      ArduCopter/commands_logic.pde

14
ArduCopter/commands_logic.pde

@ -103,8 +103,8 @@ static void process_now_command() @@ -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() @@ -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() @@ -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()
{

Loading…
Cancel
Save