Skip to content

Commit

Permalink
[NUCLEO_F446ZE] Add missing serial flow control elements in serial st…
Browse files Browse the repository at this point in the history
…ructure
  • Loading branch information
bcostm committed Aug 10, 2016
1 parent aa772e9 commit 5a4e90d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ struct serial_s {
uint32_t parity;
PinName pin_tx;
PinName pin_rx;
#if DEVICE_SERIAL_FC
uint32_t hw_flow_ctl;
PinName pin_rts;
PinName pin_cts;
#endif
};

struct spi_s {
Expand Down

0 comments on commit 5a4e90d

Please sign in to comment.