Skip to content

Commit 3e49a6c

Browse files
committed
Fixed compile-switched arguments to C027Interface for flow control
1 parent e3cb10f commit 3e49a6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

net/C027Interface/C027Interface.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ int C027Interface::connect(const char *apn, const char *username, const char *pa
4747
MDM_IF(MDMTXD, D1),
4848
MDM_IF(MDMRXD, D0),
4949
MDM_IF(MDMBAUD, 115200),
50+
#if DEVICE_SERIAL_FC
51+
MDM_IF(MDMRTS, NC),
52+
MDM_IF(MDMCTS, NC),
53+
#endif
5054
1024,
5155
1024);
5256

0 commit comments

Comments
 (0)