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:
parent
89612bd881
commit
7e45a0c7e6
9 changed files with 61 additions and 41 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue