mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Actually fix the editor mishap properly this time.
This commit is contained in:
parent
3e0370ff09
commit
b91538b44d
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue