slcand.c: add the missing case colon

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
pull/584/head
Yegor Yefremov 2025-03-02 15:51:45 +01:00
parent a24bff8b08
commit b208876e65
1 changed files with 1 additions and 1 deletions

View File

@ -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