mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
btstack_uart_posix: fix B4000000 for non-apple systems
This commit is contained in:
parent
324a9711b9
commit
6e689b7b08
@ -214,7 +214,7 @@ static int btstack_uart_posix_set_baudrate(uint32_t baudrate){
|
||||
#ifdef B3500000
|
||||
case 3500000: brate=B3500000; break;
|
||||
#endif
|
||||
#ifdef B400000
|
||||
#ifdef B4000000
|
||||
case 4000000: brate=B4000000; break;
|
||||
#endif
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user