aboutsummaryrefslogtreecommitdiffstats
path: root/src/endstop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/endstop.c')
-rw-r--r--src/endstop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endstop.c b/src/endstop.c
index 91a278cc..7a1fb1d9 100644
--- a/src/endstop.c
+++ b/src/endstop.c
@@ -21,7 +21,7 @@ struct end_stop {
enum { ESF_PIN_HIGH=1<<0, ESF_HOMING=1<<1, ESF_REPORT=1<<2 };
-static void noinline
+static void
stop_steppers(struct end_stop *e)
{
e->flags = ESF_REPORT;