mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 02:28:29 -04:00
AP_HAL_AVR: fixup in vprintf header
This commit is contained in:
parent
f889d5ac13
commit
6f4d208ffc
@ -3,6 +3,7 @@
|
||||
#define __AP_HAL_AVR_UTILITY_VPRINTF_H__
|
||||
|
||||
#include <AP_HAL.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
void vprintf (AP_HAL::Print *s, unsigned char in_progmem, const char *fmt, va_list ap);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user