diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-12-21 14:06:44 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-12-21 14:06:44 -0500 |
commit | 6f3bbafbbdeca709325727547e8fee0805faed84 (patch) | |
tree | ddb3454e1406bbfab74a564ac39a0ec2954c0a18 /docs | |
parent | 3a478adeaa69a9646ee50cf60033a9b55df288be (diff) | |
download | kutter-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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Protocol.md | 6 |
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 |