mirror of https://github.com/ARMmbed/mbed-os.git
Fixed compile-switched arguments to C027Interface for flow control
parent
e3cb10f134
commit
3e49a6c11a
|
@ -47,6 +47,10 @@ int C027Interface::connect(const char *apn, const char *username, const char *pa
|
|||
MDM_IF(MDMTXD, D1),
|
||||
MDM_IF(MDMRXD, D0),
|
||||
MDM_IF(MDMBAUD, 115200),
|
||||
#if DEVICE_SERIAL_FC
|
||||
MDM_IF(MDMRTS, NC),
|
||||
MDM_IF(MDMCTS, NC),
|
||||
#endif
|
||||
1024,
|
||||
1024);
|
||||
|
||||
|
|
Loading…
Reference in New Issue