Remove useless extern in cmdqueue.cpp
This commit is contained in:
parent
31c8e4bc4c
commit
3cfd706fff
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
#include "cardreader.h"
|
#include "cardreader.h"
|
||||||
#include "ultralcd.h"
|
#include "ultralcd.h"
|
||||||
|
|
||||||
extern bool Stopped;
|
|
||||||
|
|
||||||
// Reserve BUFSIZE lines of length MAX_CMD_SIZE plus CMDBUFFER_RESERVE_FRONT.
|
// Reserve BUFSIZE lines of length MAX_CMD_SIZE plus CMDBUFFER_RESERVE_FRONT.
|
||||||
char cmdbuffer[BUFSIZE * (MAX_CMD_SIZE + 1) + CMDBUFFER_RESERVE_FRONT];
|
char cmdbuffer[BUFSIZE * (MAX_CMD_SIZE + 1) + CMDBUFFER_RESERVE_FRONT];
|
||||||
// Head of the circular buffer, where to read.
|
// Head of the circular buffer, where to read.
|
||||||
|
|
Loading…
Add table
Reference in a new issue