mirror of https://github.com/ARMmbed/mbed-os.git
Remove SERIAL_FC from the MPS2 family
The MPS2 family does not support flow control in its serial driver so it should not have SERIAL_FC in device_has.pull/9594/head
parent
c722eb87d0
commit
b78bb90089
|
@ -4868,7 +4868,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"SERIAL",
|
||||
"SERIAL_FC",
|
||||
"SPI",
|
||||
"SPISLAVE",
|
||||
"TSC",
|
||||
|
@ -4893,7 +4892,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"SERIAL",
|
||||
"SERIAL_FC",
|
||||
"SPI",
|
||||
"SPISLAVE",
|
||||
"TSC",
|
||||
|
@ -4918,7 +4916,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"SERIAL",
|
||||
"SERIAL_FC",
|
||||
"SPI",
|
||||
"SPISLAVE",
|
||||
"TSC",
|
||||
|
@ -4943,7 +4940,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"SERIAL",
|
||||
"SERIAL_FC",
|
||||
"SPI",
|
||||
"SPISLAVE",
|
||||
"TSC",
|
||||
|
@ -4968,7 +4964,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"SERIAL",
|
||||
"SERIAL_FC",
|
||||
"SPI",
|
||||
"SPISLAVE",
|
||||
"TSC",
|
||||
|
@ -7594,7 +7589,6 @@
|
|||
"PORTINOUT",
|
||||
"PORTOUT",
|
||||
"SERIAL",
|
||||
"SERIAL_FC",
|
||||
"SPI",
|
||||
"SPISLAVE",
|
||||
"TSC",
|
||||
|
|
Loading…
Reference in New Issue