Skip to content

Commit dac52ab

Browse files
committed
fixup! fixup! doc/guides/advanced_tutorials: added event queue guide
1 parent ce28578 commit dac52ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/guides/advanced_tutorials/event_queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ First we need to include the module in our application's Makefile:
141141
USEMODULE += event_periodic
142142
```
143143

144-
To create a periodic event, we need to declare and initialize a `periodic_event_t` structure.
144+
To create a periodic event, we need to declare and initialize a `event_periodic_t` structure.
145145
```c title="main.c"
146146
/* This initializes the periodic event. We set the timer it should use,
147147
* the queue it should post to, and the event it should post.

0 commit comments

Comments
 (0)