mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
hog_boot_demo: fix warning
This commit is contained in:
parent
5ebc82273f
commit
da07609737
@ -274,7 +274,7 @@ static void hog_connection_timeout(btstack_timer_source_t * ts){
|
||||
/**
|
||||
* Connect to remote device but set timer for timeout
|
||||
*/
|
||||
static void hog_connect() {
|
||||
static void hog_connect(void) {
|
||||
// set timer
|
||||
btstack_run_loop_set_timer(&connection_timer, 10000);
|
||||
btstack_run_loop_set_timer_handler(&connection_timer, &hog_connection_timeout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user