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;
|
mbed::UnbufferedSerial uart;
|
||||||
#else
|
#else
|
||||||
cyhal_uart_t uart;
|
cyhal_uart_t uart;
|
||||||
#endif
|
|
||||||
PinName tx;
|
PinName tx;
|
||||||
PinName rx;
|
PinName rx;
|
||||||
|
#endif
|
||||||
PinName cts;
|
PinName cts;
|
||||||
PinName rts;
|
PinName rts;
|
||||||
PinName bt_host_wake_name;
|
PinName bt_host_wake_name;
|
||||||
|
|
Loading…
Reference in New Issue