aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/src')
-rw-r--r--cortex-m-rt/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs
index 47bc1f7..bab2844 100644
--- a/cortex-m-rt/src/lib.rs
+++ b/cortex-m-rt/src/lib.rs
@@ -283,7 +283,7 @@
//! IRQ number = 2, and `Bar`, with IRQ number = 4.
//!
//! ```no_run
-//! union Vector {
+//! pub union Vector {
//! handler: unsafe extern "C" fn(),
//! reserved: usize,
//! }