Pārlūkot izejas kodu

Added a missing baud rate (614400) to the speeds[] table.

Peter Kjellerstedt 18 gadi atpakaļ
vecāks
revīzija
57bfbf7dc9
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      libc/termios/cfsetspeed.c

+ 3 - 0
libc/termios/cfsetspeed.c

@@ -111,6 +111,9 @@ static const struct speed_struct speeds[] =
 #ifdef B576000
     { 576000, B576000 },
 #endif
+#ifdef B614400
+    { 614400, B614400 },
+#endif
 #ifdef B921600
     { 921600, B921600 },
 #endif