summaryrefslogtreecommitdiff
path: root/spec/if/acfg/message-buffer-memory.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 10:27:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 15:08:20 +0200
commit35d9ba4090066117a4c7f8bd6ea5a02256a39554 (patch)
tree388b286db03cc5963250732f756461f88cb6c64f /spec/if/acfg/message-buffer-memory.yml
parente9312e279dd296708a52c5cf7ae02305c03f4209 (diff)
spec: Improve references in appl config options
Diffstat (limited to 'spec/if/acfg/message-buffer-memory.yml')
-rw-r--r--spec/if/acfg/message-buffer-memory.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/if/acfg/message-buffer-memory.yml b/spec/if/acfg/message-buffer-memory.yml
index 9b926115..fcdd762d 100644
--- a/spec/if/acfg/message-buffer-memory.yml
+++ b/spec/if/acfg/message-buffer-memory.yml
@@ -27,7 +27,7 @@ notes: |
${max-posix-message-queues:/name} define only how many message
queues can be created by the application. The memory for the message
buffers is configured by this option. For each message queue you have to
- reserve some memory for the message buffers. The size dependes on the
+ reserve some memory for the message buffers. The size depends on the
maximum number of pending messages and the maximum size of the messages of
a message queue. Use the ``CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE()`` macro
to specify the message buffer memory for each message queue and sum them up
@@ -48,7 +48,7 @@ notes: |
RTEMS Workspace size.
The following example illustrates how the
- `CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE()` help macro can be used to assist in
+ ``CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE()`` help macro can be used to assist in
calculating the message buffer memory required. In this example, there are
two message queues used in this application. The first message queue has a
maximum of 24 pending messages with the message structure defined by the