mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Some devices do not need to perform any initialization, so allow the init function to be NULL. In this case, the initialization code will just mark the device as initialized, i.e. ready. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>