mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Blackbox dataflash: Experimental CC3D support
This commit is contained in:
parent
aae9141120
commit
57fcde05a3
3 changed files with 10 additions and 2 deletions
|
@ -370,7 +370,7 @@ void init(void)
|
|||
m25p16_init();
|
||||
}
|
||||
#endif
|
||||
#ifdef SPRACINGF3
|
||||
#if defined(SPRACINGF3) || defined(CC3D)
|
||||
m25p16_init();
|
||||
#endif
|
||||
flashfsInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue