Turn the led off!

main-solar-only
Richard Meadows 2016-01-16 17:24:36 +00:00
rodzic cfbccf096c
commit 7bf819a8c6
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -608,6 +608,9 @@ struct gps_data_t gps_get_data(void)
gps_set_flight_state(data.altitude);
/* turn the led off! */
led_off();
return data;
}
}
@ -615,6 +618,7 @@ struct gps_data_t gps_get_data(void)
/* GPS back to hibernate */
gps_make_hibernate();
/* turn the led off! */
led_off();
/* invalid */