1
0
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:
Twinaphex 2014-10-04 18:32:35 +02:00
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);
}