From d851882278644b959d9175d6b303631ddc8cd2c6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 20 Jul 2017 00:02:43 -0400 Subject: linux: Initial support for running Klipper in a Linux real-time process Add support for compiling the Klipper micro-controller code as a real-time process capable of running on standard Linux systems. Signed-off-by: Kevin O'Connor --- src/command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 8780ae8a..1519a428 100644 --- a/src/command.c +++ b/src/command.c @@ -186,7 +186,6 @@ command_sendf(const struct command_encoder *ce, ...) va_end(args); writeb(&in_sendf, 0); - return; } void -- cgit v1.2.3-70-g09d2