updated win32 example with latest decode lib
This commit is contained in:
@@ -78,7 +78,7 @@ typedef struct ir_data
|
||||
UINT8 index;
|
||||
} t_ir_data;
|
||||
|
||||
#if !defined BOARD_51 && !defined BOARD_STM8
|
||||
#if !defined BOARD_SOC
|
||||
#pragma pack(1)
|
||||
#endif
|
||||
typedef struct ir_cycles
|
||||
@@ -88,7 +88,7 @@ typedef struct ir_cycles
|
||||
UINT16 space;
|
||||
} t_ir_cycles;
|
||||
|
||||
#if !defined BOARD_51 && !defined BOARD_STM8
|
||||
#if !defined BOARD_SOC
|
||||
#pragma pack()
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user