1
0
Fork 0
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:
Nicholas Sherlock 2015-02-25 00:52:25 +13:00
parent aae9141120
commit 57fcde05a3
3 changed files with 10 additions and 2 deletions

View file

@ -370,7 +370,7 @@ void init(void)
m25p16_init();
}
#endif
#ifdef SPRACINGF3
#if defined(SPRACINGF3) || defined(CC3D)
m25p16_init();
#endif
flashfsInit();