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/Libraries/Fatfs/fattime_rtc.cpp')
-rw-r--r--src/Libraries/Fatfs/fattime_rtc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Libraries/Fatfs/fattime_rtc.cpp b/src/Libraries/Fatfs/fattime_rtc.cpp
index 023c135c..b632385b 100644
--- a/src/Libraries/Fatfs/fattime_rtc.cpp
+++ b/src/Libraries/Fatfs/fattime_rtc.cpp
@@ -63,7 +63,7 @@
*
* \return Current time.
*/
-extern "C" uint32_t get_fattime()
+extern "C" uint32_t get_fattime() noexcept
{
const Platform& platform = reprap.GetPlatform();
if (!platform.IsDateTimeSet())