2012-09-13 20:46:07 -03:00
|
|
|
|
2013-09-21 00:28:46 -03:00
|
|
|
#ifndef __AP_HAL_UTILITY_VPRINTF_H__
|
|
|
|
#define __AP_HAL_UTILITY_VPRINTF_H__
|
2012-09-13 20:46:07 -03:00
|
|
|
|
|
|
|
#include <AP_HAL.h>
|
2012-09-14 14:59:15 -03:00
|
|
|
#include <stdarg.h>
|
2012-09-13 20:46:07 -03:00
|
|
|
|
2012-12-19 17:28:56 -04:00
|
|
|
void print_vprintf (AP_HAL::Print *s, unsigned char in_progmem, const char *fmt, va_list ap);
|
2012-09-13 20:46:07 -03:00
|
|
|
|
|
|
|
|
2013-09-21 00:28:46 -03:00
|
|
|
#endif //__AP_HAL_UTILITY_VPRINTF_H__
|