mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ACM: save another 20 bytes
This commit is contained in:
parent
1e20d26ba9
commit
cca9760271
@ -477,9 +477,7 @@ static bool verify_nav_wp()
|
||||
|
||||
if(wp_verify_byte >= 7) {
|
||||
//if(wp_verify_byte & NAV_LOCATION){
|
||||
char message[30];
|
||||
sprintf(message,"Reached Command #%i",command_nav_index);
|
||||
gcs_send_text(SEVERITY_LOW,message);
|
||||
gcs_send_text_fmt(PSTR("Reached Command #%i"),command_nav_index);
|
||||
wp_verify_byte = 0;
|
||||
copter_leds_nav_blink = 15; // Cause the CopterLEDs to blink three times to indicate waypoint reached
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user