mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +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
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "build/debug.h"
|
||||
|
||||
#ifdef USE_FLASH
|
||||
#ifdef USE_FLASH_CHIP
|
||||
|
||||
#include "flash.h"
|
||||
#include "flash_impl.h"
|
||||
|
@ -166,4 +166,4 @@ const flashGeometry_t *flashGetGeometry(void)
|
|||
|
||||
return &noFlashGeometry;
|
||||
}
|
||||
#endif // USE_FLASH
|
||||
#endif // USE_FLASH_CHIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue