mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
disabled raw GPS temp
This commit is contained in:
parent
fed5c0b204
commit
833fe17c6a
@ -755,6 +755,7 @@ test_wp(uint8_t argc, const Menu::arg *argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int8_t test_rawgps(uint8_t argc, const Menu::arg *argv) {
|
static int8_t test_rawgps(uint8_t argc, const Menu::arg *argv) {
|
||||||
|
/*
|
||||||
print_hit_enter();
|
print_hit_enter();
|
||||||
delay(1000);
|
delay(1000);
|
||||||
while(1){
|
while(1){
|
||||||
@ -772,6 +773,7 @@ static int8_t test_rawgps(uint8_t argc, const Menu::arg *argv) {
|
|||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*static int8_t
|
/*static int8_t
|
||||||
|
Loading…
Reference in New Issue
Block a user