ardupilot/libraries/AP_HAL/utility/print_vprintf.h

12 lines
258 B
C
Raw Normal View History

#ifndef __AP_HAL_UTILITY_VPRINTF_H__
#define __AP_HAL_UTILITY_VPRINTF_H__
#include <AP_HAL/AP_HAL.h>
2012-09-14 14:59:15 -03:00
#include <stdarg.h>
void print_vprintf (AP_HAL::Print *s, unsigned char in_progmem, const char *fmt, va_list ap);
#endif //__AP_HAL_UTILITY_VPRINTF_H__