Rename command buffer var
This commit is contained in:
parent
d59d9b5973
commit
a2e412c0ce
4 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue