Skip to content
Snippets Groups Projects
Commit 22850c83 authored by Josef Utbult's avatar Josef Utbult
Browse files

bare6_5

parent 98011116
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { ...@@ -137,7 +137,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
// otyper reset state push/pull, in reset state (don't need to change) // otyper reset state push/pull, in reset state (don't need to change)
// ospeedr 0b11 = very high speed // ospeedr 0b11 = very high speed
gpioc.ospeedr.modify(|_, w| w.ospeedr9().high_speed()); gpioc.ospeedr.modify(|_, w| w.ospeedr9().very_high_speed());
} }
// 0. Background reading: // 0. Background reading:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment