aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-07-20 00:02:43 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-09-20 12:55:28 -0400
commitd851882278644b959d9175d6b303631ddc8cd2c6 (patch)
tree786412ef59997a3c885c4ee15cf28d2597fa2d77 /src/command.c
parent3ccecc568dbfd505fe3bdc46b4d16bf7a4528996 (diff)
downloadkutter-d851882278644b959d9175d6b303631ddc8cd2c6.tar.gz
kutter-d851882278644b959d9175d6b303631ddc8cd2c6.tar.xz
kutter-d851882278644b959d9175d6b303631ddc8cd2c6.zip
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 <kevin@koconnor.net>
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 0 insertions, 1 deletions
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