From dd0df1ae31a0b0afe31ff0e90fa6946b602f0cea Mon Sep 17 00:00:00 2001 From: Skot Date: Thu, 15 Aug 2024 19:23:57 -0400 Subject: [PATCH] asic_response_buffer size fix --- components/asic/bm1370.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/asic/bm1370.c b/components/asic/bm1370.c index e32d599b..95bc877a 100644 --- a/components/asic/bm1370.c +++ b/components/asic/bm1370.c @@ -57,7 +57,7 @@ typedef struct __attribute__((__packed__)) static const char * TAG = "bm1370Module"; -static uint8_t asic_response_buffer[CHUNK_SIZE]; +static uint8_t asic_response_buffer[SERIAL_BUF_SIZE]; static task_result result; /// @brief