mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
FLASH Full (re)configurability (#5720)
This commit is contained in:
parent
6b632bf65e
commit
f9f05ecad5
2 changed files with 8 additions and 0 deletions
|
@ -3345,6 +3345,9 @@ const cliResourceValue_t resourceTable[] = {
|
|||
#if defined(USE_USB_MSC)
|
||||
{ OWNER_USB_MSC_PIN, PG_USB_CONFIG, offsetof(usbDev_t, mscButtonPin), 0 },
|
||||
#endif
|
||||
#ifdef USE_FLASH
|
||||
{ OWNER_FLASH_CS, PG_FLASH_CONFIG, offsetof(flashConfig_t, csTag), 0 },
|
||||
#endif
|
||||
};
|
||||
|
||||
static ioTag_t *getIoTag(const cliResourceValue_t value, uint8_t index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue