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