1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Warning removed

This commit is contained in:
bsongis 2012-04-22 13:01:54 +00:00
parent 9a53a256de
commit 802fc6e77e

View file

@ -1341,7 +1341,7 @@ uint16_t active_functions = 0; // current max = 16 functions
void evalFunctions() 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++) for (uint8_t i=0; i<NUM_CHNOUT; i++)
safetyCh[i] = -128; // not defined safetyCh[i] = -128; // not defined