Reshuffle includes due to blackbox main state struct no longer public

This commit is contained in:
Nicholas Sherlock 2015-05-26 14:13:20 +12:00
parent 505b75ce2d
commit 0ee9eb797d
2 changed files with 2 additions and 4 deletions

View File

@ -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);

View File

@ -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,