Skip to content

Commit 546b081

Browse files
committed
exclude tx and rx if CYW43XXX_UNBUFFERED_UART is defined
1 parent 40fd126 commit 546b081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/CyH4TransportDriver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ class CyH4TransportDriver : public CordioHCITransportDriver {
102102
mbed::UnbufferedSerial uart;
103103
#else
104104
cyhal_uart_t uart;
105-
#endif
106105
PinName tx;
107106
PinName rx;
107+
#endif
108108
PinName cts;
109109
PinName rts;
110110
PinName bt_host_wake_name;

0 commit comments

Comments
 (0)