mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-21 05:37:54 -06:00
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>
This commit is contained in:
parent
3ccecc568d
commit
d851882278
10 changed files with 622 additions and 2 deletions
|
@ -186,7 +186,6 @@ command_sendf(const struct command_encoder *ce, ...)
|
|||
va_end(args);
|
||||
|
||||
writeb(&in_sendf, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue