Skip to content

Commit 8869053

Browse files
committed
cleanup
1 parent 6ebbc65 commit 8869053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i2c.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ macro_rules! i2c {
189189
impl Reset for $I2CX {
190190
fn reset(rcc: &mut Rcc){
191191
rcc.rb.apbrstr1.modify(|_, w| w.$i2crst().set_bit());
192-
rcc.rb.apbrstr1.modify(|_, w| w.$i2crst().clear_bit());
192+
rcc.rb.apbrstr1.modify(|_, w| w.$i2crst().clear_bit());
193193
}
194194
}
195195

0 commit comments

Comments
 (0)