We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce28578 commit dac52abCopy full SHA for dac52ab
1 file changed
doc/guides/advanced_tutorials/event_queue.md
@@ -141,7 +141,7 @@ First we need to include the module in our application's Makefile:
141
USEMODULE += event_periodic
142
```
143
144
-To create a periodic event, we need to declare and initialize a `periodic_event_t` structure.
+To create a periodic event, we need to declare and initialize a `event_periodic_t` structure.
145
```c title="main.c"
146
/* This initializes the periodic event. We set the timer it should use,
147
* the queue it should post to, and the event it should post.
0 commit comments