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

@@ -523,7 +523,7 @@ extern UINT16 irda_tv_lib_control(UINT8 key_code, UINT16 * l_user_data);
*
* return: IR_DECODE_SUCCEEDED / IR_DECODE_FAILED
*/
extern UINT16 irda_tv_lib_close();
extern INT8 irda_tv_lib_close();
///////////////////////////////////////////////// TV End /////////////////////////////////////////////////
///////////////////////////////////////////////// Utils Begin /////////////////////////////////////////////////