AP_HAL_AVR: fixup in vprintf header

This commit is contained in:
Pat Hickey 2012-09-14 10:59:15 -07:00 committed by Andrew Tridgell
parent f889d5ac13
commit 6f4d208ffc

View File

@ -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);