1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Fixing FY90Q build. Cleanup of printf support and initialisation.

Remove duplicate inclusion of math.h in board.h.
This commit is contained in:
Dominic Clifton 2014-04-17 17:33:07 +01:00
parent 89612bd881
commit 7e45a0c7e6
9 changed files with 61 additions and 41 deletions

View file

@ -28,10 +28,10 @@
#include "drivers/sound_beeper.h"
#include "boardalignment.h"
#include "battery.h"
#include "math.h"
#ifdef FY90Q
// FY90Q
#include "drivers/accgyro_fy90q.h"
#include "drivers/adc_common.h"
#include "drivers/adc_fy90q.h"
#include "drivers/bus_i2c.h"