mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 18:39:59 +00:00
Silence one warning in btdynamic.c
This commit is contained in:
parent
c2c73c02b6
commit
d2cd74a68e
@ -110,7 +110,7 @@ bool btstack_try_load(void)
|
||||
return true;
|
||||
}
|
||||
|
||||
void btstack_thread_stop(void)
|
||||
void btstack_thread_stop()
|
||||
{
|
||||
bt_send_cmd_ptr(btstack_set_power_mode_ptr, HCI_POWER_OFF);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user