1
0
Fork 0
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:
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

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