Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#pragma once
#include <stdarg.h>
#include <AP_HAL/AP_HAL.h>
void print_vprintf(AP_HAL::BetterStream *s, const char *fmt, va_list ap);