1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 07:45:29 +03:00

Add AFATFS support to Blackbox

This commit is contained in:
Nicholas Sherlock 2015-11-17 21:14:40 +13:00 committed by borisbstyle
parent 04d8dd27bf
commit 14c13085b7
8 changed files with 389 additions and 156 deletions

View file

@ -65,6 +65,7 @@
#include "io/gimbal.h"
#include "io/ledstrip.h"
#include "io/display.h"
#include "io/asyncfatfs/asyncfatfs.h"
#include "sensors/sensors.h"
#include "sensors/sonar.h"
@ -538,6 +539,7 @@ void init(void)
#ifdef USE_SDCARD
sdcard_init();
afatfs_init();
#endif
#ifdef BLACKBOX