mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 21:35:27 +03:00
Typo
This commit is contained in:
parent
cd6c599f43
commit
d6a9af760d
4 changed files with 8 additions and 4 deletions
|
@ -140,7 +140,7 @@ TASK_FUNCTION(mixerTask)
|
|||
run = true;
|
||||
}
|
||||
|
||||
#if defined(PXX2) && defined(INTMDULE_HEARTBEAT)
|
||||
#if defined(PXX2) && defined(INTMODULE_HEARTBEAT)
|
||||
if (moduleState[0].protocol == PROTOCOL_CHANNELS_PXX2 && heartbeatCapture.valid && heartbeatCapture.timestamp > lastRunTime) {
|
||||
run = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue