mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
6c7c916c78
Just *way* too many layers involved here
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);
|