mirror of https://github.com/ARMmbed/mbed-os.git
exclude tx and rx if CYW43XXX_UNBUFFERED_UART is defined
parent
c0a8e41719
commit
c1d33d23ae
|
@ -102,9 +102,9 @@ private:
|
|||
mbed::UnbufferedSerial uart;
|
||||
#else
|
||||
cyhal_uart_t uart;
|
||||
#endif
|
||||
PinName tx;
|
||||
PinName rx;
|
||||
#endif
|
||||
PinName cts;
|
||||
PinName rts;
|
||||
PinName bt_host_wake_name;
|
||||
|
|
Loading…
Reference in New Issue