From b208876e655fecbfe3175fe03e2bba095f364067 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Sun, 2 Mar 2025 15:51:45 +0100 Subject: [PATCH] slcand.c: add the missing case colon Signed-off-by: Yegor Yefremov --- slcand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slcand.c b/slcand.c index 4eb4450..3f8898b 100644 --- a/slcand.c +++ b/slcand.c @@ -160,7 +160,7 @@ static int look_up_uart_speed(long int s) return B3500000; #endif #ifdef B3710000 - case 3710000 + case 3710000: return B3710000; #endif #ifdef B4000000