1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Actually fix the editor mishap properly this time.

This commit is contained in:
Dominic Clifton 2014-06-01 19:36:45 +01:00
parent 3e0370ff09
commit b91538b44d

View file

@ -198,7 +198,7 @@ void annexCode(void)
rcCommand[PITCH] = rcCommand_PITCH; rcCommand[PITCH] = rcCommand_PITCH;
} }
if (feature(FEATURE_VBAT || FEATURE_CURRENT_METER)) { if (feature(FEATURE_VBAT | FEATURE_CURRENT_METER)) {
vbatCycleTime += cycleTime; vbatCycleTime += cycleTime;
if (!(++vbatTimer % VBATFREQ)) { if (!(++vbatTimer % VBATFREQ)) {