Skip to content

Commit 816e571

Browse files
committed
Minor fix.
1 parent 5e3ae4a commit 816e571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/serial/serial.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ integer function serial_set_attributes(fd, speed, byte_size, stop_bits, parity,
9292
tty%c_cflag = c_cflag
9393
tty%c_iflag = c_iflag
9494
tty%c_oflag = c_oflag
95+
tty%c_lflag = c_lflag
9596

9697
tty%c_cc(VMIN) = 0 ! Read doesn't block.
9798
tty%c_cc(VTIME) = int(timeout, kind=c_cc_t) ! Read timeout in 1/10 seconds.

0 commit comments

Comments
 (0)