From 59064b8059b03780daea1b07a231f0b6e1a6d19d Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 10 Oct 2019 16:53:00 +0200 Subject: [PATCH] daemon: load intel firmware and setup stack on first power on only --- platform/daemon/src/daemon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/daemon/src/daemon.c b/platform/daemon/src/daemon.c index 7f3322c4f..23e54904f 100644 --- a/platform/daemon/src/daemon.c +++ b/platform/daemon/src/daemon.c @@ -941,9 +941,8 @@ static int btstack_command_handler(connection_t *connection, uint8_t *packet, ui btstack_chipset_intel_download_firmware(transport, &btstack_server_intel_firmware_done); break; } -#else +#endif hci_power_control(HCI_POWER_ON); -#endif } break; case BTSTACK_GET_VERSION: