1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Renamed USE_FLASH to USE_FLASH_CHIP for clarity.

This commit is contained in:
mikeller 2018-11-25 13:47:31 +13:00
parent 4246f06529
commit c8e484df94
7 changed files with 8 additions and 8 deletions

View file

@ -1217,7 +1217,7 @@ const clivalue_t valueTable[] = {
{ "usb_msc_pin_pullup", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_USB_CONFIG, offsetof(usbDev_t, mscButtonUsePullup) },
#endif
// PG_FLASH_CONFIG
#ifdef USE_FLASH
#ifdef USE_FLASH_CHIP
{ "flash_spi_bus", VAR_UINT8 | MASTER_VALUE, .config.minmax = { 0, SPIDEV_COUNT }, PG_FLASH_CONFIG, offsetof(flashConfig_t, spiDevice) },
#endif
// RCDEVICE