1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Extract serial-related code from printf.c

This commit is contained in:
Dominic Clifton 2019-03-06 11:12:19 +01:00
parent 9a82a041f4
commit 672c906067
6 changed files with 125 additions and 76 deletions

View file

@ -52,6 +52,7 @@ extern uint8_t __config_end;
#include "common/color.h"
#include "common/maths.h"
#include "common/printf.h"
#include "common/printf_serial.h"
#include "common/strtol.h"
#include "common/time.h"
#include "common/typeconversion.h"