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

@ -41,10 +41,9 @@
#include "common/utils.h"
#include "config/feature.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"
#include "drivers/time.h"
#include "drivers/sdcard.h"
#include "fc/config.h"
@ -52,6 +51,8 @@
#include "io/flashfs.h"
#include "io/beeper.h"
#include "pg/pg.h"
static const char * const cmsx_BlackboxDeviceNames[] = {
"NONE",
"FLASH ",