mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Utility script to migrate SYS_INIT() calls from the old signature: ```c int (*init_fn)(const struct device *dev) ``` to ```c int (*init_fn)(void) ``` Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>