updated Android example project

This commit is contained in:
strawmanbobi
2022-03-03 19:42:51 +08:00
parent c854786a7b
commit fb53043f60
20 changed files with 82 additions and 65 deletions

View File

@@ -550,10 +550,11 @@ INT8 free_ac_context()
return IR_DECODE_SUCCEEDED;
}
#pragma clang diagnostic push
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "hicpp-signed-bitwise"
#endif
BOOL is_solo_function(UINT8 function_code)
{
return (((context->solo_function_mark >> (function_code - 1)) & 0x01) == 0x01) ? TRUE : FALSE;
}
#pragma clang diagnostic pop
}