1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00
This commit is contained in:
bsongis 2015-07-12 11:46:11 +02:00
parent a61195010a
commit 00c62b13d6

View file

@ -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)