Cypress BLE driver: Fix removal of mbed.h

pull/13475/head
Vincent Coubard 2020-09-07 14:32:43 +01:00
parent 904b7f5163
commit ea47ee0808
1 changed files with 6 additions and 1 deletions

View File

@ -20,10 +20,15 @@
#include "hci_api.h"
#include "hci_cmd.h"
#include "hci_core.h"
#include "dm_api.h"
#include "bstream.h"
#include <stdbool.h>
#include "hci_mbed_os_adaptation.h"
#include "CyH4TransportDriver.h"
#include "platform/mbed_power_mgmt.h"
#include "rtos/ThisThread.h"
using namespace std::chrono_literals;
extern const int brcm_patch_ram_length;
extern const uint8_t brcm_patchram_buf[];
@ -521,7 +526,7 @@ private:
}
PinName bt_power_name;
DigitalInOut bt_power;
mbed::DigitalInOut bt_power;
bool is_powersave_enabled;
uint8_t host_wake_irq;