aboutsummaryrefslogtreecommitdiffstats
path: root/docs/MCU_Commands.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-04-01 22:04:56 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-04-01 22:04:56 -0400
commit2980c2e12cee218ac0851284f8b89083824585d8 (patch)
tree2aa9bc81915e4169c1f59d57822325921a4aef4e /docs/MCU_Commands.md
parentc30a6f2e6b9fd44e14345d0a44fe8ea9bd65d653 (diff)
downloadkutter-2980c2e12cee218ac0851284f8b89083824585d8.tar.gz
kutter-2980c2e12cee218ac0851284f8b89083824585d8.tar.xz
kutter-2980c2e12cee218ac0851284f8b89083824585d8.zip
docs: Minor wording change in MCU_Commands.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/MCU_Commands.md')
-rw-r--r--docs/MCU_Commands.md6
1 files 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
================