summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/zm.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-12 19:06:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-12 19:06:00 -0600
commit92c70c86d8d7c023e16c87a1bd39cc0d7981d017 (patch)
tree8ed4dbf5116f25acc765d05caacd43e24835e809 /apps/system/zmodem/zm.h
parente77e09228c953f36872e0674ba98e4358f46b109 (diff)
downloadpx4-nuttx-92c70c86d8d7c023e16c87a1bd39cc0d7981d017.tar.gz
px4-nuttx-92c70c86d8d7c023e16c87a1bd39cc0d7981d017.tar.bz2
px4-nuttx-92c70c86d8d7c023e16c87a1bd39cc0d7981d017.zip
More Zmodem-related changes
Diffstat (limited to 'apps/system/zmodem/zm.h')
-rw-r--r--apps/system/zmodem/zm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/zmodem/zm.h b/apps/system/zmodem/zm.h
index 3747b0feb..e0caf8837 100644
--- a/apps/system/zmodem/zm.h
+++ b/apps/system/zmodem/zm.h
@@ -603,7 +603,7 @@ FAR uint8_t *zm_putzdle(FAR struct zm_state_s *pzm, FAR uint8_t *buffer,
*
* Input Parameters:
* pzm - Zmodem session state
- * buffer - Buffer of data to be sent (must not be pzm->rcvbuf)
+ * buffer - Buffer of data to be sent
* buflen - The number of bytes in buffer to be sent
*
****************************************************************************/