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