asic_response_buffer size fix

This commit is contained in:
Skot 2024-08-15 19:23:57 -04:00
parent 4cd7a38b9f
commit dd0df1ae31

View File

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