mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
APM: minor formatting fix
This commit is contained in:
parent
b6b12532da
commit
92bdc23ab6
@ -19,8 +19,8 @@ static void navigate()
|
|||||||
// ----------------------------
|
// ----------------------------
|
||||||
wp_distance = get_distance(¤t_loc, &next_WP);
|
wp_distance = get_distance(¤t_loc, &next_WP);
|
||||||
|
|
||||||
if (wp_distance < 0){
|
if (wp_distance < 0) {
|
||||||
gcs_send_text_P(SEVERITY_HIGH,PSTR("<navigate> WP error - distance < 0"));
|
gcs_send_text_P(SEVERITY_HIGH,PSTR("WP error - distance < 0"));
|
||||||
//Serial.println(wp_distance,DEC);
|
//Serial.println(wp_distance,DEC);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user