Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: counter: Fix dt_node_bool_prop calls in Kconfig.nrfx
This is a follow up to commit a1ab8da. Several calls to the dt_node_bool_prop function in Kconfig.nrfx for the counter drivers are done with wrong parameters. The function expects a full node path, but it is provided with only the node name component. Fix those by using dt_nodelabel_bool_prop instead, as such function is available now and it is more suitable for such cases. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
- Loading branch information