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
1 changed files with 1 additions and 1 deletions

View File

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