mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Re-add spi flash support for MOTOLAB target
This commit is contained in:
parent
981df1d544
commit
9529fe5ea8
1 changed files with 2 additions and 1 deletions
|
@ -4,5 +4,6 @@ FEATURES = VCP ONBOARDFLASH
|
||||||
TARGET_SRC = \
|
TARGET_SRC = \
|
||||||
drivers/accgyro/accgyro_mpu.c \
|
drivers/accgyro/accgyro_mpu.c \
|
||||||
drivers/accgyro/accgyro_mpu6050.c \
|
drivers/accgyro/accgyro_mpu6050.c \
|
||||||
drivers/accgyro/accgyro_spi_mpu6000.c
|
drivers/accgyro/accgyro_spi_mpu6000.c \
|
||||||
|
drivers/flash_m25p16.c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue