got rid of compiler warning for decoder

This commit is contained in:
strawmanbobi
2016-11-13 18:10:26 +08:00
parent 549b742485
commit c5c2dde103
4 changed files with 8 additions and 5 deletions

View File

@@ -1215,8 +1215,9 @@ UINT16 irda_tv_lib_control(UINT8 key, UINT16* l_user_data)
return irda_code_length;
}
UINT16 irda_tv_lib_close()
INT8 irda_tv_lib_close()
{
// no need to close tv binary
return IR_DECODE_SUCCEEDED;
}
///////////////////////////////////////////////// TV End /////////////////////////////////////////////////