1
0
Fork 0
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:
jflyper 2018-04-20 04:55:17 +09:00 committed by Michael Keller
parent 6b632bf65e
commit f9f05ecad5
2 changed files with 8 additions and 0 deletions

View file

@ -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)