(Apple) Another nit

This commit is contained in:
twinaphex 2014-06-11 12:52:41 +02:00
parent a99e610443
commit 83b6ad40f1

View File

@ -158,7 +158,7 @@ void btstack_set_poweron(bool on)
}
}
bool btstack_is_running()
bool btstack_is_running(void)
{
return btstack_thread;
}