updated win32 example with latest decode lib

This commit is contained in:
strawmanbobi
2026-01-10 19:47:47 +08:00
parent bf075bdec8
commit 9d25fa7145
24 changed files with 877 additions and 275 deletions

View File

@@ -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