Fixed compile-switched arguments to C027Interface for flow control

Christopher Haster 2016-06-05 18:59:41 -05:00
parent e3cb10f134
commit 3e49a6c11a
1 changed files with 4 additions and 0 deletions

View File

@ -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);