You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
251 B
12 lines
251 B
13 years ago
|
|
||
12 years ago
|
#ifndef __AP_HAL_UTILITY_VPRINTF_H__
|
||
|
#define __AP_HAL_UTILITY_VPRINTF_H__
|
||
13 years ago
|
|
||
|
#include <AP_HAL.h>
|
||
13 years ago
|
#include <stdarg.h>
|
||
13 years ago
|
|
||
12 years ago
|
void print_vprintf (AP_HAL::Print *s, unsigned char in_progmem, const char *fmt, va_list ap);
|
||
13 years ago
|
|
||
|
|
||
12 years ago
|
#endif //__AP_HAL_UTILITY_VPRINTF_H__
|