btstack_uart_posix: fix B4000000 for non-apple systems

This commit is contained in:
Matthias Ringwald 2025-03-25 11:47:57 +01:00
parent 324a9711b9
commit 6e689b7b08

View File

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