mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_HAL: fixed printf format errors
This commit is contained in:
parent
f8e40eef00
commit
067a6547bc
@ -8,7 +8,7 @@ class ExpandingString;
|
||||
class AP_HAL::Util {
|
||||
public:
|
||||
int snprintf(char* str, size_t size,
|
||||
const char *format, ...);
|
||||
const char *format, ...) FMT_PRINTF(4, 5);
|
||||
|
||||
int vsnprintf(char* str, size_t size,
|
||||
const char *format, va_list ap);
|
||||
|
Loading…
Reference in New Issue
Block a user