mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-06 16:08:28 -04:00
a3a6482fd3
* Makes it easier to mix into other classes.
11 lines
237 B
C
11 lines
237 B
C
|
|
#ifndef __AP_HAL_AVR_UTILITY_VPRINTF_H__
|
|
#define __AP_HAL_AVR_UTILITY_VPRINTF_H__
|
|
|
|
#include <AP_HAL.h>
|
|
|
|
void vprintf (AP_HAL::Print *s, unsigned char in_progmem, const char *fmt, va_list ap);
|
|
|
|
|
|
#endif //__AP_HAL_AVR_UTILITY_VPRINTF_H__
|