mirror of https://github.com/ARMmbed/mbed-os.git
Add missing serial flow control elements in serial structure
parent
418e9f0aeb
commit
3b9b2ec3c2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue