mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
posix-h5: use higher baud rate if supported
This commit is contained in:
parent
9233108786
commit
a59ee66583
@ -111,8 +111,8 @@ void hal_led_toggle(void){
|
|||||||
printf("LED State %u\n", led_state);
|
printf("LED State %u\n", led_state);
|
||||||
}
|
}
|
||||||
static void use_fast_uart(void){
|
static void use_fast_uart(void){
|
||||||
// printf("Using 921600 baud.\n");
|
printf("Using 921600 baud.\n");
|
||||||
// config.baudrate_main = 921600;
|
config.baudrate_main = 921600;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void local_version_information_handler(uint8_t * packet){
|
static void local_version_information_handler(uint8_t * packet){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user