1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Moved sdcard parameter group to pg/.

This commit is contained in:
mikeller 2017-12-24 11:45:19 +13:00
parent f4ba99c6b7
commit d82c72bc54
12 changed files with 75 additions and 25 deletions

View file

@ -64,8 +64,9 @@ COMMON_SRC = \
pg/bus_i2c.c \
pg/flash.c \
pg/max7456.c \
pg/rx_pwm.c \
pg/pg.c \
pg/rx_pwm.c \
pg/sdcard.c \
scheduler/scheduler.c \
sensors/battery.c \
sensors/current.c \