1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 13:25:20 +03:00
This commit is contained in:
Bertrand Songis 2019-08-26 15:11:04 +02:00
parent b8e29bf175
commit 1f08f2c315
2 changed files with 10 additions and 2 deletions

View file

@ -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();