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

Tx16s sbus in (#7787)

Enable SBUS trainer input
This commit is contained in:
3djc 2020-07-07 15:56:18 +02:00 committed by GitHub
parent 94ba22a74d
commit 0eb203e827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 96 additions and 19 deletions

View file

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