Skip to content

Commit bf7cfd1

Browse files
YatekiiNoah Hüsser
authored andcommitted
Fix forgotten analog input
1 parent c1b66d0 commit bf7cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/src/comp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ comp_input_pins! {
302302
P0_28<Input<Floating>> => PSEL_A::ANALOGINPUT4,
303303
P0_29<Input<Floating>> => PSEL_A::ANALOGINPUT5,
304304
P0_30<Input<Floating>> => PSEL_A::ANALOGINPUT6,
305-
P0_31<Input<Floating>> => PSEL_A::ANALOGINPUT6,
305+
P0_31<Input<Floating>> => PSEL_A::ANALOGINPUT7,
306306
}
307307

308308
#[cfg(any(feature = "52811", feature = "52810"))]

0 commit comments

Comments
 (0)