mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
move printf and typeconversion to common to reduce visual clutter of
main source directory.
This commit is contained in:
parent
a85bfa51e3
commit
d777bac39d
8 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "board.h"
|
||||
#include "mw.h"
|
||||
|
||||
#include "printf.h"
|
||||
#include "common/printf.h"
|
||||
|
||||
#include "telemetry_common.h"
|
||||
#include "gps_common.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue