Skip to content

Commit

Permalink
Update targets/arm/mikroe/sam/src/adc/implementations/implementation_…
Browse files Browse the repository at this point in the history
…1/hal_ll_adc.c

Co-authored-by: Strahinja Jacimovic <strahinja.jacimovic@mikroe.com>
  • Loading branch information
IvanRuzavin and StrahinjaJacimovic authored Dec 16, 2024
1 parent 840edef commit 6207c0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ hal_ll_err_t hal_ll_adc_set_resolution( handle_t *handle, hal_ll_adc_resolution_
case HAL_LL_ADC_RESOLUTION_16_BIT:
hal_ll_adc_hw_specifics_map_local->resolution = HAL_LL_AFEC_EMR_OSR256;
break;

default:
return HAL_LL_ADC_UNSUPPORTED_RESOLUTION;
}
Expand Down

0 comments on commit 6207c0b

Please sign in to comment.