mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
AP_Common: fixed printf format errors
This commit is contained in:
parent
7cdd18924e
commit
a49f5b92e2
@ -24,4 +24,4 @@ char *nmea_vaprintf(const char *fmt, va_list ap);
|
|||||||
/*
|
/*
|
||||||
formatted print of NMEA message to a uart, with checksum appended
|
formatted print of NMEA message to a uart, with checksum appended
|
||||||
*/
|
*/
|
||||||
bool nmea_printf(AP_HAL::UARTDriver *uart, const char *fmt, ...);
|
bool nmea_printf(AP_HAL::UARTDriver *uart, const char *fmt, ...) FMT_PRINTF(2,3);
|
||||||
|
Loading…
Reference in New Issue
Block a user