kemono: fix LED board check error

This commit is contained in:
kyoubate-haruka 2024-09-12 13:25:38 +02:00
parent 599d5e3211
commit 3eef5dd209

View File

@ -199,7 +199,7 @@ struct led15093_resp_board_info {
char chip_num[5];
uint8_t endcode; // Always 0xFF
uint8_t fw_ver;
uint8_t rx_buf;
uint16_t rx_buf;
};
struct led15093_resp_protocol_ver {