Browse Source

AP_HAL_SITL: Fix typos

master
Ricardo de Almeida Gonzaga 9 years ago committed by Lucas De Marchi
parent
commit
91e9dd10ba
  1. 2
      libraries/AP_HAL_SITL/sitl_gps.cpp

2
libraries/AP_HAL_SITL/sitl_gps.cpp

@ -519,7 +519,7 @@ uint16_t SITL_State::_gps_nmea_checksum(const char *s)
} }
/* /*
formated print of NMEA message, with checksum appended formatted print of NMEA message, with checksum appended
*/ */
void SITL_State::_gps_nmea_printf(const char *fmt, ...) void SITL_State::_gps_nmea_printf(const char *fmt, ...)
{ {

Loading…
Cancel
Save