mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Remove FY90Q support.
Conflicts: Makefile src/board.h src/drivers/adc_fy90q.c src/drivers/pwm_fy90q.c src/drv_adc.h src/sensors.c src/startup/startup_stm32f10x_md_fy90q.s
This commit is contained in:
parent
0e80dbf025
commit
a3476cf59c
11 changed files with 7 additions and 2293 deletions
|
@ -216,9 +216,7 @@ void systemInit(bool overclock)
|
|||
SysTick_Config(SystemCoreClock / 1000);
|
||||
|
||||
// Configure the rest of the stuff
|
||||
#ifndef FY90Q
|
||||
i2cInit(I2C2);
|
||||
#endif
|
||||
spiInit();
|
||||
|
||||
// sleep for 100ms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue