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;
#else
cyhal_uart_t uart;
#endif
PinName tx;
PinName rx;
#endif
PinName cts;
PinName rts;
PinName bt_host_wake_name;