From 6f3bbafbbdeca709325727547e8fee0805faed84 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 21 Dec 2016 14:06:44 -0500 Subject: [PATCH] docs: Minor wording change to protocol document Signed-off-by: Kevin O'Connor --- docs/Protocol.md | 6 +++--- 1 file 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