Skip to content

Commit

Permalink
fix(adc): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Dec 11, 2023
1 parent 0fba15f commit f88029a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl_adc_pin!(ADC, PA8, 12);
impl_adc_pin!(ADC, PA9, 13);
impl_adc_pin!(ADC, PA4, 0);
impl_adc_pin!(ADC, PA5, 1);
impl_adc_pin!(ADC, PA6, 2);
impl_adc_pin!(ADC, PA6, 10);
impl_adc_pin!(ADC, PA0, 9);
impl_adc_pin!(ADC, PA1, 8);
impl_adc_pin!(ADC, PA2, 7);
Expand Down

0 comments on commit f88029a

Please sign in to comment.