gps skytraq: fix typo.. endif not else

This commit is contained in:
Felix Ruess
2012-03-16 03:08:03 +01:00
parent 9a6c5d6707
commit e0a333437e
+1 -1
View File
@@ -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();