aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/build.rs b/embassy-stm32/build.rs
index 0f87dd8ac..67fceda56 100644
--- a/embassy-stm32/build.rs
+++ b/embassy-stm32/build.rs
@@ -662,6 +662,7 @@ fn main() {
662 #(pub use crate::pac::rcc::vals::#enum_names as #enum_names; )* 662 #(pub use crate::pac::rcc::vals::#enum_names as #enum_names; )*
663 663
664 #[derive(Clone, Copy)] 664 #[derive(Clone, Copy)]
665 #[non_exhaustive]
665 pub struct ClockMux { 666 pub struct ClockMux {
666 #( #struct_fields, )* 667 #( #struct_fields, )*
667 } 668 }