From c35278e217fb45e1001845c33ffd1c947599b40c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 11 May 2017 11:56:11 -0400 Subject: build: Avoid using noinline in common code It's not necessary to use noinline for parsef() and stop_steppers(). Signed-off-by: Kevin O'Connor --- src/endstop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/endstop.c') 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; -- cgit v1.2.3-70-g09d2