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/Heating/TemperatureError.h')
-rw-r--r--src/Heating/TemperatureError.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Heating/TemperatureError.h b/src/Heating/TemperatureError.h
index 56eeea57..4b583232 100644
--- a/src/Heating/TemperatureError.h
+++ b/src/Heating/TemperatureError.h
@@ -33,6 +33,6 @@ enum class TemperatureError : uint8_t
badVssa
};
-const char* TemperatureErrorString(TemperatureError err);
+const char* TemperatureErrorString(TemperatureError err) noexcept;
#endif /* TEMPERATUREERROR_H_ */