mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
8 lines
130 B
C
8 lines
130 B
C
#pragma once
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <AP_HAL/AP_HAL.h>
|
|
|
|
void print_vprintf(AP_HAL::Print *s, const char *fmt, va_list ap);
|