Skip to content

Commit

Permalink
exclude tx and rx if CYW43XXX_UNBUFFERED_UART is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Feb 8, 2021
1 parent 40fd126 commit 546b081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ class CyH4TransportDriver : public CordioHCITransportDriver {
mbed::UnbufferedSerial uart;
#else
cyhal_uart_t uart;
#endif
PinName tx;
PinName rx;
#endif
PinName cts;
PinName rts;
PinName bt_host_wake_name;
Expand Down

0 comments on commit 546b081

Please sign in to comment.