1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 07:15:18 +03:00

Don't close blackbox log on disarm if mode is ALWAYS_ON (#5341)

This commit is contained in:
Charles K Stevenson 2018-03-03 17:48:09 -05:00 committed by Michael Keller
parent 66dac7a2e3
commit 33ee5efa17
3 changed files with 7 additions and 7 deletions

View file

@ -71,12 +71,6 @@
#include "sensors/gyro.h"
#include "sensors/rangefinder.h"
enum {
BLACKBOX_MODE_NORMAL = 0,
BLACKBOX_MODE_MOTOR_TEST,
BLACKBOX_MODE_ALWAYS_ON
};
#if defined(ENABLE_BLACKBOX_LOGGING_ON_SPIFLASH_BY_DEFAULT)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#elif defined(ENABLE_BLACKBOX_LOGGING_ON_SDCARD_BY_DEFAULT)