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 ecf5ddc commit 155ab85Copy full SHA for 155ab85
cortex-m/src/psp.rs
@@ -19,7 +19,7 @@ impl StackHandle {
19
unsafe { self.0.add(self.1) }
20
}
21
22
- /// Get the pointer to the top of the stack
+ /// Get the pointer to the bottom of the stack
23
pub fn bottom(&mut self) -> *mut u32 {
24
self.0
25
0 commit comments