Skip to content

Commit ff3940b

Browse files
committed
mco pin release
1 parent 46b2bd4 commit ff3940b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rcc/clockout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ macro_rules! mco {
123123
}
124124

125125
fn release(self) -> $PIN {
126-
self.into()
126+
self.into_analog()
127127
}
128128
}
129129
)+

0 commit comments

Comments
 (0)