mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Add PG for 4Bit SDIO, fix whitespaces.
This commit is contained in:
parent
aa8d6b3676
commit
cdb4c1ef44
5 changed files with 399 additions and 352 deletions
|
@ -990,6 +990,7 @@ const clivalue_t valueTable[] = {
|
|||
#ifdef USE_SDCARD_SDIO
|
||||
{ "sdio_clk_bypass", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_SDIO_CONFIG, offsetof(sdioConfig_t, clockBypass) },
|
||||
{ "sdio_use_cache", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_SDIO_CONFIG, offsetof(sdioConfig_t, useCache) },
|
||||
{ "sdio_use_4bit_width", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_SDIO_CONFIG, offsetof(sdioConfig_t, use4BitWidth) },
|
||||
#endif
|
||||
|
||||
// PG_OSD_CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue