We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4233ce4 commit 176c74dCopy full SHA for 176c74d
cortex-m/src/psp.rs
@@ -20,6 +20,7 @@ impl<const N: usize> Stack<N> {
20
/// Use a turbofish to specify the size, like:
21
///
22
/// ```rust
23
+ /// # use cortex_m::psp::Stack;
24
/// static PSP_STACK: Stack::<4096> = Stack::new();
25
/// ```
26
pub const fn new() -> Stack<N> {
0 commit comments