From 2980c2e12cee218ac0851284f8b89083824585d8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 1 Apr 2019 22:04:56 -0400 Subject: [PATCH] docs: Minor wording change in MCU_Commands.md Signed-off-by: Kevin O'Connor --- docs/MCU_Commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/MCU_Commands.md b/docs/MCU_Commands.md index c576ad88..f103af5f 100644 --- a/docs/MCU_Commands.md +++ b/docs/MCU_Commands.md @@ -14,9 +14,9 @@ with that format, just note that where a '%...' sequence is seen it should be replaced with an actual integer. For example, a description with "count=%c" could be replaced with the text "count=10". Note that parameters that are considered "enumerations" (see the above protocol -document) actually take a string value which is automatically -converted to an integer value for the micro-controller. This is common -with parameters named "pin" (or that have a suffix of "_pin"). +document) take a string value which is automatically converted to an +integer value for the micro-controller. This is common with parameters +named "pin" (or that have a suffix of "_pin"). Startup Commands ================