1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 21:35:27 +03:00
This commit is contained in:
Bertrand Songis 2019-06-08 11:22:55 +02:00
parent cd6c599f43
commit d6a9af760d
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
4 changed files with 8 additions and 4 deletions

View file

@ -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;
}