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:
parent
f4ba99c6b7
commit
d82c72bc54
12 changed files with 75 additions and 25 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue