mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-06-30 11:50:39 +02:00
asic_response_buffer size fix
This commit is contained in:
@ -57,7 +57,7 @@ typedef struct __attribute__((__packed__))
|
|||||||
|
|
||||||
static const char * TAG = "bm1370Module";
|
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;
|
static task_result result;
|
||||||
|
|
||||||
/// @brief
|
/// @brief
|
||||||
|
Reference in New Issue
Block a user