mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-21 20:04:09 +08:00
gps skytraq: fix typo.. endif not else
This commit is contained in:
@@ -89,7 +89,7 @@ void gps_skytraq_read_message(void) {
|
||||
gps.utm_pos.north = utm_f.north*100;
|
||||
gps.utm_pos.alt = utm_f.alt*1000;
|
||||
gps.utm_pos.zone = nav_utm_zone0;
|
||||
#else
|
||||
#endif
|
||||
|
||||
//DEBUG_S2_TOGGLE();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user