mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Fixes #2453
This commit is contained in:
parent
a61195010a
commit
00c62b13d6
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ PLAY_FUNCTION(playValue, source_t idx)
|
|||
if (IS_FAI_FORBIDDEN(idx))
|
||||
return;
|
||||
|
||||
if (idx == MIXSRC_NONE)
|
||||
return;
|
||||
|
||||
getvalue_t val = getValue(idx);
|
||||
|
||||
#if defined(CPUARM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue