hog_boot_demo: fix warning

This commit is contained in:
Matthias Ringwald 2020-07-16 15:52:28 +02:00
parent 5ebc82273f
commit da07609737

View File

@ -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);