From 3eef5dd209af369ea2e8c1a817b50a349d228e3f Mon Sep 17 00:00:00 2001 From: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:25:38 +0200 Subject: [PATCH] kemono: fix LED board check error --- board/led15093-cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/led15093-cmd.h b/board/led15093-cmd.h index 5648de6..0cd5d8d 100644 --- a/board/led15093-cmd.h +++ b/board/led15093-cmd.h @@ -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 {