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:
parent
f7d227a208
commit
5651e65a0b
6 changed files with 142 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue