1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Add support for discovering beginning of free space on flash chip

This commit is contained in:
Nicholas Sherlock 2015-02-10 13:44:18 +13:00
parent f7d227a208
commit 5651e65a0b
6 changed files with 142 additions and 29 deletions

View file

@ -50,6 +50,7 @@
#include "flight/mixer.h"
#include "io/serial.h"
#include "io/flashfs.h"
#include "flight/failsafe.h"
#include "flight/navigation.h"
@ -355,6 +356,7 @@ void init(void)
// naze32 rev5 and above have 16mbit of flash available
m25p16_init();
#endif
flashfsInit();
#endif
#ifdef BLACKBOX