From 4f7237de44d1e95edf7a14f66c08bebb1ec23abc Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 27 Apr 2017 11:50:50 -0400 Subject: [PATCH] docs: Update Firmware Commands document with an integer example Signed-off-by: Kevin O'Connor --- docs/Firmware_Commands.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Firmware_Commands.md b/docs/Firmware_Commands.md index 52249d88..f0a2d98e 100644 --- a/docs/Firmware_Commands.md +++ b/docs/Firmware_Commands.md @@ -12,7 +12,8 @@ See the [protocol](Protocol.md) document for more information on the format of commands and their low-level transmission. The commands here are described using their "printf" style syntax - for those unfamiliar with that format, just note that where a '%...' sequence is seen it -should be replaced with an actual integer. +should be replaced with an actual integer. For example, a description +with "count=%c" could be replaced with the text "count=10". Startup Commands ================