File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2020#include " hci_api.h"
2121#include " hci_cmd.h"
2222#include " hci_core.h"
23+ #include " dm_api.h"
2324#include " bstream.h"
2425#include < stdbool.h>
2526#include " hci_mbed_os_adaptation.h"
2627#include " CyH4TransportDriver.h"
28+ #include " platform/mbed_power_mgmt.h"
29+ #include " rtos/ThisThread.h"
30+
31+ using namespace std ::chrono_literals;
2732
2833extern const int brcm_patch_ram_length;
2934extern const uint8_t brcm_patchram_buf[];
@@ -521,7 +526,7 @@ class HCIDriver : public CordioHCIDriver {
521526 }
522527
523528 PinName bt_power_name;
524- DigitalInOut bt_power;
529+ mbed:: DigitalInOut bt_power;
525530
526531 bool is_powersave_enabled;
527532 uint8_t host_wake_irq;
You can’t perform that action at this time.
0 commit comments