This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git


The following commit(s) were added to refs/heads/master by this push:
     new df4b5f9  docs: fix incorrect console mtu (127, was 128)
df4b5f9 is described below

commit df4b5f91b2426e4d14f1372714b16e0ee1532782
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Wed Mar 27 10:17:56 2019 -0700

    docs: fix incorrect console mtu (127, was 128)
---
 transport/smp-console.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/transport/smp-console.md b/transport/smp-console.md
index e041307..d9804f9 100644
--- a/transport/smp-console.md
+++ b/transport/smp-console.md
@@ -5,8 +5,8 @@ transmitted over text consoles.
 
 ## Overview
 
-Mcumgr packets sent over serial are fragmented into frames of 128 bytes or
-fewer.  This 128-byte maximum applies to the entire frame, including header,
+Mcumgr packets sent over serial are fragmented into frames of 127 bytes or
+fewer.  This 127-byte maximum applies to the entire frame, including header,
 CRC, and terminating newline.
 
 The initial frame in a packet has the following format:

Reply via email to