Skip to content

Commit e02a1b7

Browse files
nordic-babuMaureenHelm
authored andcommitted
Revert "drivers: adc: nrfx: Temporary fix for SAADC power consumption"
New hal_nordic was merged some time ago, fix no longer needed. This reverts commit fe0b6b3. Signed-off-by: Bartlomiej Buczek <[email protected]>
1 parent 853d33e commit e02a1b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/adc/adc_nrfx_saadc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,6 @@ static void event_handler(const nrfx_saadc_evt_t *event)
662662
correct_single_ended(&m_data.ctx.sequence, m_data.user_buffer,
663663
event->data.done.size);
664664
}
665-
nrfy_saadc_disable(NRF_SAADC);
666665
adc_context_on_sampling_done(&m_data.ctx, DEVICE_DT_INST_GET(0));
667666
} else if (event->type == NRFX_SAADC_EVT_CALIBRATEDONE) {
668667
err = nrfx_saadc_mode_trigger();

0 commit comments

Comments
 (0)