doc: Fix K_EVENT_DEFINE macro code-block example
Fixes the code-block example for K_EVENT_DEFINE() documentation to show that it only takes one argument instead of three. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
9cb94df57a
commit
1d8c1162c7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ The following code has the same effect as the code segment above.
|
||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
K_EVENT_DEFINE(my_event, 0, 1);
|
K_EVENT_DEFINE(my_event);
|
||||||
|
|
||||||
Setting Events
|
Setting Events
|
||||||
==============
|
==============
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue