mirror of https://github.com/ARMmbed/mbed-os.git
fix code review ARs
parent
7e79623b39
commit
1d54f665b9
|
@ -87,6 +87,7 @@ private:
|
||||||
// The UART APIs prevents sleep while there are data in the HW buffer.
|
// The UART APIs prevents sleep while there are data in the HW buffer.
|
||||||
// However UART APIs does not prevent the BT radio from going to sleep.
|
// However UART APIs does not prevent the BT radio from going to sleep.
|
||||||
// Use the HAL APIs to prevent the radio from going to sleep until UART transmition is complete.
|
// Use the HAL APIs to prevent the radio from going to sleep until UART transmition is complete.
|
||||||
|
// Mbed layer has no API that distinguish between data in HW buffer v.s. data already transmitted.
|
||||||
|
|
||||||
cyhal_uart_t uart;
|
cyhal_uart_t uart;
|
||||||
PinName cts;
|
PinName cts;
|
||||||
|
|
Loading…
Reference in New Issue