(iOS) Buildfix

This commit is contained in:
Twinaphex 2015-11-16 04:19:32 +01:00
parent 4f55b360ac
commit 2f4e00214e

View File

@ -400,8 +400,7 @@ enum
#ifdef HAVE_BTSTACK
/* Set bluetooth mode */
if (!(strcmp(apple_frontend_settings.bluetooth_mode, "btstack")))
btstack_set_poweron(is_btstack);
btstack_set_poweron(!(strcmp(apple_frontend_settings.bluetooth_mode, "btstack")));
#endif
}