1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00
This commit is contained in:
bsongis 2014-11-16 22:18:37 +01:00
parent 35eb25d46e
commit 8eef4cd0bd
2 changed files with 4 additions and 2 deletions

View file

@ -263,7 +263,7 @@ int16_t applyLimits(uint8_t channel, int32_t value)
// TODO same naming convention than the putsMixerSource
getvalue_t getValue(uint8_t i)
getvalue_t getValue(mixsrc_t i)
{
if (i==MIXSRC_NONE) return 0;