Reshuffle includes due to blackbox main state struct no longer public
This commit is contained in:
parent
505b75ce2d
commit
0ee9eb797d
|
@ -17,10 +17,6 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#include "common/axis.h"
|
|
||||||
#include "flight/mixer.h"
|
|
||||||
#include "blackbox/blackbox_fielddefs.h"
|
#include "blackbox/blackbox_fielddefs.h"
|
||||||
|
|
||||||
void blackboxLogEvent(FlightLogEvent event, flightLogEventData_t *data);
|
void blackboxLogEvent(FlightLogEvent event, flightLogEventData_t *data);
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef enum FlightLogFieldCondition {
|
typedef enum FlightLogFieldCondition {
|
||||||
FLIGHT_LOG_FIELD_CONDITION_ALWAYS = 0,
|
FLIGHT_LOG_FIELD_CONDITION_ALWAYS = 0,
|
||||||
FLIGHT_LOG_FIELD_CONDITION_AT_LEAST_MOTORS_1,
|
FLIGHT_LOG_FIELD_CONDITION_AT_LEAST_MOTORS_1,
|
||||||
|
|
Loading…
Reference in New Issue