Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kconfig: select STATIC_INIT_GNU when using NRF_DM
Part of the nrf_dm library is placed in the init_array section by the linker. Zephyr requires STATIC_INIT_GNU to be enabled for proper initialization of the init_array section, and therefore the setting must be enabled for NRF_DM. Signed-off-by: Torsten Rasmussen <[email protected]>
- Loading branch information