diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-12-31 10:56:44 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-12-31 11:30:50 -0500 |
commit | 73c4be3fd3fe00102e4ab8bb308cb14a81652064 (patch) | |
tree | edbec75d4d37529b0da9d34dd1c780babc8e1d76 | |
parent | c552ba06b4886d400e235267b23f86f44260bb92 (diff) | |
download | kutter-73c4be3fd3fe00102e4ab8bb308cb14a81652064.tar.gz kutter-73c4be3fd3fe00102e4ab8bb308cb14a81652064.tar.xz kutter-73c4be3fd3fe00102e4ab8bb308cb14a81652064.zip |
docs: Update protocol document with internal VLQ link
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Protocol.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Protocol.md b/docs/Protocol.md index bd11400f..5c375e30 100644 --- a/docs/Protocol.md +++ b/docs/Protocol.md @@ -164,8 +164,9 @@ Message Block Contents Each message block sent from host to firmware contains a series of zero or more message commands in its contents. Each command starts -with a Variable Length Quantity (VLQ) encoded integer command-id -followed by zero or more VLQ parameters for the given command. +with a [Variable Length Quantity](#variable-length-quantities) (VLQ) +encoded integer command-id followed by zero or more VLQ parameters for +the given command. As an example, the following four commands might be placed in a single message block: |