summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/zm_send.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-15 12:33:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-15 12:33:35 -0600
commit2ec900deababd3ae9be28e9673764866f1a72fbc (patch)
tree6835def94c0cd3ce2fcd70f1bea1e53ec9acf428 /apps/system/zmodem/zm_send.c
parenta9ac8ee92de976a5450e3a060a561e22094f4d60 (diff)
downloadnuttx-2ec900deababd3ae9be28e9673764866f1a72fbc.tar.gz
nuttx-2ec900deababd3ae9be28e9673764866f1a72fbc.tar.bz2
nuttx-2ec900deababd3ae9be28e9673764866f1a72fbc.zip
Partial fixes for Zmodem RX buffering problems.
Diffstat (limited to 'apps/system/zmodem/zm_send.c')
-rw-r--r--apps/system/zmodem/zm_send.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/system/zmodem/zm_send.c b/apps/system/zmodem/zm_send.c
index 9bcc23581..8ba31abc1 100644
--- a/apps/system/zmodem/zm_send.c
+++ b/apps/system/zmodem/zm_send.c
@@ -432,12 +432,6 @@ static int zms_zrinit(FAR struct zm_state_s *pzm)
pzm->flags |= ZM_FLAG_ESCCTRL;
}
- /* Enable hardware flow control if we will be streaming */
-
-#ifdef CONFIG_SYSTEM_ZMODEM_FULLSTREAMING
- (void)zms_hwflowcontrol(pzmr->cmn.remfd, true);
-#endif
-
/* Check if the receiver supports full-duplex streaming
*
* ZCRCW: