Update stm32-metapac, includes chiptool changes to use real Rust enums now.
This commit is contained in:
@ -126,7 +126,7 @@ pub enum PllM {
|
||||
|
||||
impl Into<Pllm> for PllM {
|
||||
fn into(self) -> Pllm {
|
||||
Pllm(self as u8)
|
||||
Pllm::from_bits(self as u8)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user