zephyr/drivers/misc/devmux
Gerard Marull-Paretas 1494cdb0bf drivers: misc: devmux: fix init signature
It is no longer possible to use other signatures other than
`int fn(const struct device *)`. Just cast the device pointer,
safe in this context because CONFIG_DEVICE_MUTABLE=y.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2025-03-10 21:32:40 +01:00
..
CMakeLists.txt
devmux.c drivers: misc: devmux: fix init signature 2025-03-10 21:32:40 +01:00
Kconfig