Skip to content

Commit ca01418

Browse files
Fix typo in examples/spi-dma.rs (#289)
1 parent 7f33ced commit ca01418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spi-dma.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fn main() -> ! {
2727
// `clocks`
2828
let clocks = rcc.cfgr.freeze(&mut flash.acr);
2929

30-
// Acquire the GPIOA peripheral
30+
// Acquire the GPIOB peripheral
3131
let mut gpiob = dp.GPIOB.split(&mut rcc.apb2);
3232

3333
let pins = (

0 commit comments

Comments
 (0)