We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9793763 commit 60e34adCopy full SHA for 60e34ad
drivers/comparator/comparator_nrf_lpcomp.c
@@ -356,7 +356,7 @@ static int shim_nrf_lpcomp_init(const struct device *dev)
356
&shim_nrf_lpcomp_data0.config);
357
358
if (nrfx_lpcomp_init(&shim_nrf_lpcomp_data0.config,
359
- shim_nrf_lpcomp_event_handler) != NRFX_SUCCESS) {
+ shim_nrf_lpcomp_event_handler) != 0) {
360
return -ENODEV;
361
}
362
0 commit comments