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

@ -20,10 +20,6 @@
#include <stdint.h>
#include <stdbool.h>
typedef struct sdcardConfig_s {
uint8_t useDma;
} sdcardConfig_t;
typedef struct sdcardMetadata_s {
uint32_t numBlocks; /* Card capacity in 512-byte blocks*/
uint16_t oemID;