From 146b2c1df06ab159e69717cdd63c539f149b39bb Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Tue, 5 Jul 2016 01:32:34 -0700 Subject: [PATCH] Fixed estop --- src/estop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/estop.c b/src/estop.c index 45074e5..dc1a0e6 100644 --- a/src/estop.c +++ b/src/estop.c @@ -100,7 +100,7 @@ void estop_clear() { bool get_estop() { - return estop.triggered; + return estop_triggered(); } -- 2.27.0