mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
common: add the missing extra headers to printf.h
Signed-off-by: Michael Hope <mlhx@google.com>
This commit is contained in:
parent
41c0a7c262
commit
d08579dd14
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ regs Kusti, 23.10.2004
|
|||
#ifndef __TFP_PRINTF__
|
||||
#define __TFP_PRINTF__
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "drivers/serial.h"
|
||||
|
||||
void init_printf(void *putp, void (*putf) (void *, char));
|
||||
|
||||
int tfp_printf(const char *fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue