mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Warning removed
This commit is contained in:
parent
9a53a256de
commit
802fc6e77e
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ uint16_t active_functions = 0; // current max = 16 functions
|
|||
|
||||
void evalFunctions()
|
||||
{
|
||||
assert(sizeof(active_functions)*8 > FUNC_MAX-NUM_CHNOUT);
|
||||
assert((int)(sizeof(active_functions)*8) > (int)(FUNC_MAX-NUM_CHNOUT));
|
||||
|
||||
for (uint8_t i=0; i<NUM_CHNOUT; i++)
|
||||
safetyCh[i] = -128; // not defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue