64: boards.rs: dos2unix r=jordens a=jordens

bors r+

@cjbe heads up

Co-authored-by: Robert Jördens <rj@quartiq.de>
This commit is contained in:
bors[bot] 2019-11-24 13:25:08 +00:00 committed by GitHub
commit 3cf4f2690c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 532 additions and 532 deletions

View File

@ -395,7 +395,7 @@ fn spi4_setup(spi4: &pac::SPI4) {
fn tim2_setup(tim2: &pac::TIM2) {
tim2.psc.write(|w| w.psc().bits(200 - 1)); // from 200 MHz
tim2.arr.write(|w| unsafe { w.bits(2 - 1) }); // µs
tim2.arr.write(|w| unsafe { w.bits(2 - 1) }); // ‘s
tim2.dier.write(|w| w.ude().set_bit());
tim2.egr.write(|w| w.ug().set_bit());
tim2.cr1.modify(|_, w|