summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/termios_baud2index.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/termios_baud2index.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/libchip/serial/termios_baud2index.c b/c/src/libchip/serial/termios_baud2index.c
index b4bf3623a2..4268af1781 100644
--- a/c/src/libchip/serial/termios_baud2index.c
+++ b/c/src/libchip/serial/termios_baud2index.c
@@ -36,4 +36,3 @@ int termios_baud_to_index(
return baud_index;
}
-