e3ae110a05
The typedef defines an interrupt config routine with `const struct device *dev`, while the example function had (void) as argument. This could be considered confusing / would throw compiler warnings even though the parameter isn't strictly necessary. Code examples for initializing an IRQ in a device example follow the updated pattern (e.g. see `drivers/serial/uart_npcx.c`). Signed-off-by: Sophie Tyalie <dev@flowerpot.me> |
||
---|---|---|
.. | ||
data_structures | ||
drivers | ||
iterable_sections | ||
memory_management | ||
services | ||
timing_functions | ||
usermode | ||
util | ||
code-relocation.rst | ||
index.rst | ||
timeutil.rst |