mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +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
2
src/mw.c
2
src/mw.c
|
@ -2,11 +2,11 @@
|
|||
#include "mw.h"
|
||||
|
||||
#include "common/maths.h"
|
||||
#include "common/typeconversion.h"
|
||||
|
||||
#include "flight_common.h"
|
||||
#include "serial_cli.h"
|
||||
#include "telemetry_common.h"
|
||||
#include "typeconversion.h"
|
||||
#include "gps_common.h"
|
||||
#include "rx_common.h"
|
||||
#include "rx_sbus.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue