fix afe gain

master
Robert Jördens 2019-03-19 21:52:55 +00:00
parent bbe79e3484
commit 4ee7ccb762
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ fn main() -> ! {
w.moder2().output()
.moder3().output()
);
gpiod.odr.modify(|_, w|
gpiog.odr.modify(|_, w|
w.odr2().clear_bit()
.odr3().clear_bit()
);