aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Protocol.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Protocol.md')
-rw-r--r--docs/Protocol.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/Protocol.md b/docs/Protocol.md
index 5c375e30..39b81a8a 100644
--- a/docs/Protocol.md
+++ b/docs/Protocol.md
@@ -105,9 +105,7 @@ output("The value of %u is %s with size %u.", x, buf, buf_len);
```
The output() function is similar in usage to printf() - it is intended
-to generate and format arbitrary messages for human consumption. It is
-a wrapper around sendf() and as with sendf() it should not be called
-from interrupts or timers.
+to generate and format arbitrary messages for human consumption.
Declaring constants
-------------------