1
0
Fork 0
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:
Dominic Clifton 2014-04-18 14:03:42 +01:00
parent a85bfa51e3
commit d777bac39d
8 changed files with 7 additions and 7 deletions

View file

@ -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"