mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Fixes #2999 in 'next' (OpenTX 2.2)
This commit is contained in:
parent
01a69e3dbf
commit
5b7526c5e8
2 changed files with 4 additions and 4 deletions
|
@ -105,6 +105,10 @@ void mixerTask(void * pdata)
|
|||
return;
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
processSbusInput();
|
||||
#endif
|
||||
|
||||
CoTickDelay(1);
|
||||
|
||||
uint32_t now = CoGetOSTime();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue