mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 13:25:20 +03:00
Fixes
This commit is contained in:
parent
b8e29bf175
commit
1f08f2c315
2 changed files with 10 additions and 2 deletions
|
@ -107,7 +107,7 @@ TASK_FUNCTION(mixerTask)
|
|||
static uint32_t lastRunTime;
|
||||
s_pulses_paused = true;
|
||||
|
||||
while (1) {
|
||||
while (true) {
|
||||
#if defined(PCBTARANIS) && defined(SBUS)
|
||||
// SBUS trainer
|
||||
processSbusInput();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue