Skip to content

Commit

Permalink
Update cpu/sam0_common/periph/adc.c
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Laduranty <[email protected]>
  • Loading branch information
maribu and dylad authored Nov 14, 2024
1 parent 57f387f commit 51329dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/sam0_common/periph/adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static int _adc_configure(Adc *dev, adc_res_t res)
# if MODULE_ZTIMER_USEC
ztimer_sleep(ZTIMER_USEC, 40);
# elif MODULE_ZTIMER_MSEC
ztimer_sleep(ZTIMER_USEC, 1);
ztimer_sleep(ZTIMER_MSEC, 1);
# else
/* let's rather be safe than sorry */
busy_wait_us(100);
Expand Down

0 comments on commit 51329dd

Please sign in to comment.