Enable G-Tune on Sparky

Fix code style
This commit is contained in:
Michael Jakob 2015-04-12 21:56:11 +02:00
parent fe2f2f3053
commit ef5887856d
2 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,7 @@ void calculate_Gtune(uint8_t axis)
#ifdef BLACKBOX
if (feature(FEATURE_BLACKBOX)) {
flightLogEvent_gtuneCycleResult_t eventData;
flightLogEvent_gtuneCycleResult_t eventData;
eventData.gtuneAxis = axis;
eventData.gtuneGyroAVG = AvgGyro[axis];

View File

@ -108,6 +108,7 @@
#define CURRENT_METER_ADC_CHANNEL ADC_Channel_4
#define AUTOTUNE
#define GTUNE
#define BLACKBOX
#define TELEMETRY
#define SERIAL_RX