From 3e49a6c11abc582f426454f28a81f9f0633df385 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sun, 5 Jun 2016 18:59:41 -0500 Subject: [PATCH] Fixed compile-switched arguments to C027Interface for flow control --- net/C027Interface/C027Interface.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/C027Interface/C027Interface.cpp b/net/C027Interface/C027Interface.cpp index d1644384a1..01872e52bd 100644 --- a/net/C027Interface/C027Interface.cpp +++ b/net/C027Interface/C027Interface.cpp @@ -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);