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/Movement/Move.h')
-rw-r--r--src/Movement/Move.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Movement/Move.h b/src/Movement/Move.h
index 4caf011f..8d4e560e 100644
--- a/src/Movement/Move.h
+++ b/src/Movement/Move.h
@@ -192,7 +192,7 @@ public:
static float MotorStepsToMovement(size_t drive, int32_t endpoint) noexcept; // Convert number of motor steps to motor position
#if SUPPORT_LASER || SUPPORT_IOBITS
- void LaserTaskRun() noexcept;
+ [[noreturn]] void LaserTaskRun() noexcept;
static void CreateLaserTask() noexcept; // create the laser task if we haven't already
static void WakeLaserTask() noexcept; // wake up the laser task, called at the start of a new move