stm32/rcc: make ClockMux non_exhasutive.

This commit is contained in:
Dario Nieuwenhuis 2024-04-15 01:12:28 +02:00
parent 8e850de592
commit fcaa7de87e

View File

@ -662,6 +662,7 @@ fn main() {
#(pub use crate::pac::rcc::vals::#enum_names as #enum_names; )*
#[derive(Clone, Copy)]
#[non_exhaustive]
pub struct ClockMux {
#( #struct_fields, )*
}