ACM: save another 20 bytes

This commit is contained in:
Andrew Tridgell 2012-10-22 18:59:51 +11:00 committed by rmackay9
parent 1e20d26ba9
commit cca9760271

View File

@ -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;