File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
drivers/ble/COMPONENT_CYW43XXX Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2222#include < algorithm>
2323#include " ble/GattServer.h"
2424#include " ble/internal/BLEInstanceBase.h"
25- #include " mbed.h"
2625#include " wsf_types.h"
2726#include " att_api.h"
2827
Original file line number Diff line number Diff line change 2121#if (DEVICE_SERIAL && DEVICE_SERIAL_FC) || defined(DOXYGEN_ONLY)
2222
2323#include < stdint.h>
24- #include " mbed.h"
2524#include " CordioHCITransportDriver.h"
2625#include " drivers/DigitalInOut.h"
2726
@@ -88,7 +87,7 @@ class CyH4TransportDriver : public CordioHCITransportDriver {
8887 // However UART APIs does not prevent the BT radio from going to sleep.
8988 // Use the HAL APIs to prevent the radio from going to sleep until UART transmition is complete.
9089 // Mbed layer has no API that distinguish between data in HW buffer v.s. data already transmitted.
91-
90+
9291 cyhal_uart_t uart;
9392 PinName cts;
9493 PinName rts;
You can’t perform that action at this time.
0 commit comments