aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-12-21 14:06:44 -0500
committerKevin O'Connor <kevin@koconnor.net>2016-12-21 14:06:44 -0500
commit6f3bbafbbdeca709325727547e8fee0805faed84 (patch)
treeddb3454e1406bbfab74a564ac39a0ec2954c0a18
parent3a478adeaa69a9646ee50cf60033a9b55df288be (diff)
downloadkutter-6f3bbafbbdeca709325727547e8fee0805faed84.tar.gz
kutter-6f3bbafbbdeca709325727547e8fee0805faed84.tar.xz
kutter-6f3bbafbbdeca709325727547e8fee0805faed84.zip
docs: Minor wording change to protocol document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Protocol.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Protocol.md b/docs/Protocol.md
index a8aa9682..60d95886 100644
--- a/docs/Protocol.md
+++ b/docs/Protocol.md
@@ -70,9 +70,9 @@ host.
The firmware should only invoke sendf() from command or task handlers,
and it should not be invoked from interrupts or timers. The firmware
-does not need to issue a sendf() from a command, it is not limited in
-the number of times sendf() may be invoked, and it may invoke sendf()
-at any time from a task handler.
+does not need to issue a sendf() in response to a received command, it
+is not limited in the number of times sendf() may be invoked, and it
+may invoke sendf() at any time from a task handler.
### Output responses