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:
parent
9a82a041f4
commit
672c906067
6 changed files with 125 additions and 76 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue