Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/GCodes/GCodeBuffer.h')
-rw-r--r--src/GCodes/GCodeBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodeBuffer.h b/src/GCodes/GCodeBuffer.h
index b1716d8f..14f71552 100644
--- a/src/GCodes/GCodeBuffer.h
+++ b/src/GCodes/GCodeBuffer.h
@@ -24,7 +24,6 @@ public:
bool Put(const char *str, size_t len); // Add an entire string
bool IsEmpty() const; // Does this buffer contain any code?
bool Seen(char c); // Is a character present?
- bool SeenAfterSpace(char c); // Is a character present?
char GetCommandLetter(); // Find the first G, M or T command
float GetFValue(); // Get a float after a key letter
@@ -64,6 +63,7 @@ public:
void AdvanceState();
const char *GetIdentity() const { return identity; }
const bool CanQueueCodes() const { return queueCodes; }
+ void MessageAcknowledged();
uint32_t whenTimerStarted; // when we started waiting
bool timerRunning; // true if we are waiting