Skip to content

Commit

Permalink
asic_response_buffer size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skot committed Aug 15, 2024
1 parent 4cd7a38 commit dd0df1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/asic/bm1370.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd0df1a

Please sign in to comment.