1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +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

@ -81,8 +81,8 @@
#include "pg/bus_i2c.h"
#include "pg/flash.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "pg/rx_pwm.h"
#include "pg/sdcard.h"
#include "rx/rx.h"
#include "rx/rx_spi.h"