Merge pull request #584 from yegorich/fix-switch-case

slcand.c: add the missing case colon
pull/528/head
Marc Kleine-Budde 2025-03-02 17:08:23 +01:00 committed by GitHub
commit 900c7e9f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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