You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0599]: no method named set_pllsrc found for mutable reference &mut drone_stm32_map::reg::rcc::cfgr::Hold<'_, drone_core::reg::prelude::Srt> in the current scope
--> src/tasks/root.rs:77:11
|
77 | r.set_pllsrc() // HSE oscillator clock selected as PLL input clock
| ^^^^^^^^^^ help: there is an associated function with a similar name: set_i2ssrc
Sorry, I'm new to drone and I'm not sure if it's an issue with this repo or the book repo.
The text was updated successfully, but these errors were encountered:
Hi, when trying to build this, it says:
error[E0599]: no method named
set_pllsrc
found for mutable reference&mut drone_stm32_map::reg::rcc::cfgr::Hold<'_, drone_core::reg::prelude::Srt>
in the current scope--> src/tasks/root.rs:77:11
|
77 | r.set_pllsrc() // HSE oscillator clock selected as PLL input clock
| ^^^^^^^^^^ help: there is an associated function with a similar name:
set_i2ssrc
Sorry, I'm new to drone and I'm not sure if it's an issue with this repo or the book repo.
The text was updated successfully, but these errors were encountered: