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/StringParser.h')
-rw-r--r--src/GCodes/GCodeBuffer/StringParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GCodes/GCodeBuffer/StringParser.h b/src/GCodes/GCodeBuffer/StringParser.h
index f7a0a347..ab274068 100644
--- a/src/GCodes/GCodeBuffer/StringParser.h
+++ b/src/GCodes/GCodeBuffer/StringParser.h
@@ -103,6 +103,7 @@ private:
int32_t ReadIValue() THROWS(GCodeException);
DriverId ReadDriverIdValue() THROWS(GCodeException);
void CheckArrayLength(size_t actualLength, size_t maxLength) THROWS(GCodeException);
+ void CheckNumberFound(const char *endptr) THROWS(GCodeException);
void CheckForMixedSpacesAndTabs() noexcept;
bool ProcessConditionalGCode(const StringRef& reply, BlockType skippedBlockType, bool doingFile) THROWS(GCodeException);