Rename command buffer var

This commit is contained in:
Scott Lahteine
2019-09-01 20:21:11 -05:00
parent d59d9b5973
commit a2e412c0ce
4 changed files with 10 additions and 10 deletions

View File

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