Lucas De Marchi
9 years ago
4 changed files with 6 additions and 10 deletions
@ -1,11 +1,7 @@
@@ -1,11 +1,7 @@
|
||||
#pragma once |
||||
|
||||
#ifndef __AP_HAL_UTILITY_VPRINTF_H__ |
||||
#define __AP_HAL_UTILITY_VPRINTF_H__ |
||||
|
||||
#include <AP_HAL/AP_HAL.h> |
||||
#include <stdarg.h> |
||||
|
||||
void print_vprintf (AP_HAL::Print *s, unsigned char in_progmem, const char *fmt, va_list ap); |
||||
|
||||
#include <AP_HAL/AP_HAL.h> |
||||
|
||||
#endif //__AP_HAL_UTILITY_VPRINTF_H__
|
||||
void print_vprintf(AP_HAL::Print *s, const char *fmt, va_list ap); |
||||
|
Loading…
Reference in new issue