mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +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
|
@ -643,7 +643,7 @@ void init(void)
|
|||
#endif
|
||||
|
||||
#ifdef USE_FLASHFS
|
||||
#if defined(USE_FLASH)
|
||||
#if defined(USE_FLASH_CHIP)
|
||||
flashInit(flashConfig());
|
||||
#endif
|
||||
flashfsInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue