Skip to content

Commit 1d54f66

Browse files
committed
fix code review ARs
1 parent 7e79623 commit 1d54f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/FEATURE_BLE/targets/TARGET_Cypress/COMPONENT_CYW43XXX/CyH4TransportDriver.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class CyH4TransportDriver : public cordio::CordioHCITransportDriver {
8787
// The UART APIs prevents sleep while there are data in the HW buffer.
8888
// However UART APIs does not prevent the BT radio from going to sleep.
8989
// Use the HAL APIs to prevent the radio from going to sleep until UART transmition is complete.
90+
// Mbed layer has no API that distinguish between data in HW buffer v.s. data already transmitted.
9091

9192
cyhal_uart_t uart;
9293
PinName cts;

0 commit comments

Comments
 (0)