From da0760973718041736e9f30c6b392369d8f890dd Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 16 Jul 2020 15:52:28 +0200 Subject: [PATCH] hog_boot_demo: fix warning --- example/hog_boot_host_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/hog_boot_host_demo.c b/example/hog_boot_host_demo.c index d3d711d2d..fd06fc667 100644 --- a/example/hog_boot_host_demo.c +++ b/example/hog_boot_host_demo.c @@ -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);