1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-18 05:45:21 +03:00

X10 / X12S fixes

This commit is contained in:
Bertrand Songis 2019-02-09 16:55:02 +01:00
parent 1ca30f7e8d
commit fd6ec42d7f
22 changed files with 85 additions and 104 deletions

View file

@ -100,7 +100,8 @@ TASK_FUNCTION(mixerTask)
while(1) {
#if !defined(PCBXLITE)
#if defined(PCBX9D) || defined(PCBX7)
// SBUS on Hearbeat PIN (which is a serial RX)
processSbusInput();
#endif