fixed warnings for IAR

This commit is contained in:
2017-01-05 12:56:12 +08:00
parent 30826d2dec
commit 7b34c50bee
4 changed files with 21 additions and 14 deletions

View File

@@ -73,14 +73,18 @@ typedef struct irda_data
UINT8 index;
} irda_data_t;
#if !defined BOARD_51
#pragma pack(1)
#endif
typedef struct irda_cycles
{
UINT8 flag;
UINT16 mask;
UINT16 space;
} irda_cycles_t;
#if !defined BOARD_51
#pragma pack()
#endif
typedef enum tv_key_value
{