exclude tx and rx if CYW43XXX_UNBUFFERED_UART is defined

pull/14227/head
pennam 2021-02-08 11:14:51 +01:00
parent c0a8e41719
commit c1d33d23ae
1 changed files with 1 additions and 1 deletions

View File

@ -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;