mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 15:33:57 -04:00
8 lines
137 B
C
8 lines
137 B
C
#pragma once
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <AP_HAL/AP_HAL.h>
|
|
|
|
void print_vprintf(AP_HAL::BetterStream *s, const char *fmt, va_list ap);
|