1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

Please Travis (#7802)

This commit is contained in:
3djc 2020-07-07 17:04:43 +02:00 committed by GitHub
parent 4d6a8e063a
commit 2bca354029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -107,7 +107,7 @@ TASK_FUNCTION(mixerTask)
s_pulses_paused = true;
while (true) {
#if defined(SBUS) && !defined(PCBSKY9X)
#if defined(SBUS_TRAINER)
// SBUS trainer
processSbusInput();
#endif