From 92c70c86d8d7c023e16c87a1bd39cc0d7981d017 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 12 Jul 2013 19:06:00 -0600 Subject: More Zmodem-related changes --- apps/system/zmodem/zm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/zmodem/zm.h') 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 * ****************************************************************************/ -- cgit v1.2.3