mirror of https://github.com/ArduPilot/ardupilot
better comments out of some old unused functions to avoid compiler errors
This commit is contained in:
parent
8e582b4169
commit
eea0062ea6
|
@ -103,8 +103,8 @@ static void process_now_command()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void handle_no_commands()
|
//static void handle_no_commands()
|
||||||
{
|
//{
|
||||||
/*
|
/*
|
||||||
switch (control_mode){
|
switch (control_mode){
|
||||||
default:
|
default:
|
||||||
|
@ -113,7 +113,7 @@ static void handle_no_commands()
|
||||||
}*/
|
}*/
|
||||||
//return;
|
//return;
|
||||||
//Serial.println("Handle No CMDs");
|
//Serial.println("Handle No CMDs");
|
||||||
}
|
//}
|
||||||
|
|
||||||
/********************************************************************************/
|
/********************************************************************************/
|
||||||
// Verify command Handlers
|
// Verify command Handlers
|
||||||
|
@ -430,10 +430,10 @@ static bool verify_nav_wp()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool verify_loiter_unlim()
|
//static bool verify_loiter_unlim()
|
||||||
{
|
//{
|
||||||
return false;
|
// return false;
|
||||||
}
|
//}
|
||||||
|
|
||||||
static bool verify_loiter_time()
|
static bool verify_loiter_time()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue