mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
Renamed USE_FLASH to USE_FLASH_CHIP for clarity.
This commit is contained in:
parent
4246f06529
commit
c8e484df94
7 changed files with 8 additions and 8 deletions
|
@ -3895,7 +3895,7 @@ const cliResourceValue_t resourceTable[] = {
|
|||
#if defined(USE_USB_MSC)
|
||||
DEFS( OWNER_USB_MSC_PIN, PG_USB_CONFIG, usbDev_t, mscButtonPin ),
|
||||
#endif
|
||||
#ifdef USE_FLASH
|
||||
#ifdef USE_FLASH_CHIP
|
||||
DEFS( OWNER_FLASH_CS, PG_FLASH_CONFIG, flashConfig_t, csTag ),
|
||||
#endif
|
||||
#ifdef USE_MAX7456
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue