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 20
20
#include " hci_api.h"
21
21
#include " hci_cmd.h"
22
22
#include " hci_core.h"
23
+ #include " dm_api.h"
23
24
#include " bstream.h"
24
25
#include < stdbool.h>
25
26
#include " hci_mbed_os_adaptation.h"
26
27
#include " CyH4TransportDriver.h"
28
+ #include " platform/mbed_power_mgmt.h"
29
+ #include " rtos/ThisThread.h"
30
+
31
+ using namespace std ::chrono_literals;
27
32
28
33
extern const int brcm_patch_ram_length;
29
34
extern const uint8_t brcm_patchram_buf[];
@@ -521,7 +526,7 @@ class HCIDriver : public CordioHCIDriver {
521
526
}
522
527
523
528
PinName bt_power_name;
524
- DigitalInOut bt_power;
529
+ mbed:: DigitalInOut bt_power;
525
530
526
531
bool is_powersave_enabled;
527
532
uint8_t host_wake_irq;
You can’t perform that action at this time.
0 commit comments