mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
simulator: Wrap code to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
5a74549ef6
commit
c07371a2f0
@ -14,7 +14,8 @@ serial_init(void)
|
||||
{
|
||||
// Make stdin/stdout non-blocking
|
||||
fcntl(STDIN_FILENO, F_SETFL, fcntl(STDIN_FILENO, F_GETFL, 0) | O_NONBLOCK);
|
||||
fcntl(STDOUT_FILENO, F_SETFL, fcntl(STDOUT_FILENO, F_GETFL, 0) | O_NONBLOCK);
|
||||
fcntl(STDOUT_FILENO, F_SETFL
|
||||
, fcntl(STDOUT_FILENO, F_GETFL, 0) | O_NONBLOCK);
|
||||
}
|
||||
DECL_INIT(serial_init);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user