1
0
Fork 0
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:
Bertrand Songis 2016-05-13 16:50:55 +02:00
parent 01a69e3dbf
commit 5b7526c5e8
2 changed files with 4 additions and 4 deletions

View file

@ -105,6 +105,10 @@ void mixerTask(void * pdata)
return;
#endif
#if defined(PCBTARANIS)
processSbusInput();
#endif
CoTickDelay(1);
uint32_t now = CoGetOSTime();