Skip to content

Commit 9e5a4e0

Browse files
remove mbed.h include
1 parent 13e2f23 commit 9e5a4e0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

connectivity/FEATURE_BLE/source/GattServerImpl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
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

connectivity/drivers/ble/COMPONENT_CYW43XXX/CyH4TransportDriver.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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;

0 commit comments

Comments
 (0)