mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Rename FLASHFS to USE_FLASHFS
This commit is contained in:
parent
3b8e05fb46
commit
6423ac7db1
7 changed files with 28 additions and 19 deletions
|
@ -351,7 +351,7 @@ void init(void)
|
|||
initTelemetry();
|
||||
#endif
|
||||
|
||||
#ifdef FLASHFS
|
||||
#ifdef USE_FLASHFS
|
||||
#ifdef NAZE
|
||||
// naze32 rev5 and above have 16mbit of flash available
|
||||
m25p16_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue