1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 23:35:34 +03:00

gps passthrough cli command

This commit is contained in:
Kemal Hadimli 2013-10-29 19:35:13 +02:00
parent 77d455f82b
commit c4dd556f3d
3 changed files with 38 additions and 0 deletions

View file

@ -456,6 +456,7 @@ void cliProcess(void);
void gpsInit(uint8_t baudrate);
void gpsThread(void);
void gpsSetPIDs(void);
int8_t gpsSetPassthrough(void);
void GPS_reset_home_position(void);
void GPS_reset_nav(void);
void GPS_set_next_wp(int32_t* lat, int32_t* lon);