summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/src/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/src/serial.c')
-rw-r--r--src/shared/libosmocore/src/serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/libosmocore/src/serial.c b/src/shared/libosmocore/src/serial.c
index bc64b8ab..a025ae91 100644
--- a/src/shared/libosmocore/src/serial.c
+++ b/src/shared/libosmocore/src/serial.c
@@ -63,7 +63,7 @@ osmo_serial_init(const char *dev, speed_t baudrate)
struct termios tio;
/* Open device */
- fd = open(dev, O_RDWR | O_NOCTTY | O_NDELAY);
+ fd = open(dev, O_RDWR | O_NOCTTY);
if (fd < 0) {
dbg_perror("open");
return -errno;
@@ -226,4 +226,4 @@ osmo_serial_clear_custom_baudrate(int fd)
return 0;
}
-/*! }@ */
+/*! @} */