From 5136001b377a302b96dac8d420853810c8f58c04 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Wed, 4 Jan 2023 04:28:08 +0100 Subject: Fixed typo in B3500000 declaration, introduced by commit 25619cc79e58a68bf88381a75ecdf93a9b8f9c90 Impact: these new very high speed baudrate may not have been needed in the past. Signed-off-by: Nate Bargmann Signed-off-by: Thomas Osterried --- ttyutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyutils.c b/ttyutils.c index 94e6c09..6bd6b56 100644 --- a/ttyutils.c +++ b/ttyutils.c @@ -61,7 +61,7 @@ static struct speed_struct { {3000000, B3000000}, #endif #ifdef B3500000 - {B3500000, B3500000}, + {3500000, B3500000}, #endif #ifdef B4000000 {4000000, B4000000}, -- cgit v1.2.3