Rename command buffer var
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
static uint8_t length, // Count of commands in the queue
|
||||
index_r; // Ring buffer read position
|
||||
|
||||
static char buffer[BUFSIZE][MAX_CMD_SIZE];
|
||||
static char command_buffer[BUFSIZE][MAX_CMD_SIZE];
|
||||
|
||||
/*
|
||||
* The port that the command was received on
|
||||
|
||||
Reference in New Issue
Block a user