Remove useless extern in cmdqueue.cpp

This commit is contained in:
Guðni Már Gilbert 2021-06-20 14:20:36 +00:00 committed by DRracer
parent 31c8e4bc4c
commit 3cfd706fff

View File

@ -2,8 +2,6 @@
#include "cardreader.h"
#include "ultralcd.h"
extern bool Stopped;
// Reserve BUFSIZE lines of length MAX_CMD_SIZE plus CMDBUFFER_RESERVE_FRONT.
char cmdbuffer[BUFSIZE * (MAX_CMD_SIZE + 1) + CMDBUFFER_RESERVE_FRONT];
// Head of the circular buffer, where to read.