1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +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

@ -5,6 +5,9 @@
#include "platform.h"
#include "build_config.h"
#include "common/printf.h"
#include "drivers/gpio_common.h"
#include "drivers/timer_common.h"
#include "drivers/pwm_common.h"
@ -16,9 +19,7 @@
#include "drivers/serial_common.h"
#include "runtime_config.h"
#include "printf.h"
#include "build_config.h"
#if MAX_MOTORS != MAX_SUPPORTED_MOTORS
#error Motor configuration mismatch