diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/peripheral/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peripheral/mod.rs b/src/peripheral/mod.rs index 5d7e473..c9c8ad6 100644 --- a/src/peripheral/mod.rs +++ b/src/peripheral/mod.rs @@ -89,6 +89,7 @@ mod test; /// Core peripherals #[allow(non_snake_case)] +#[non_exhaustive] pub struct Peripherals { /// Cache and branch predictor maintenance operations (not present on Cortex-M0 variants) pub CBP: CBP, |