Skip to content

Commit 155ab85

Browse files
authored
Update cortex-m/src/psp.rs
1 parent ecf5ddc commit 155ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m/src/psp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ impl StackHandle {
1919
unsafe { self.0.add(self.1) }
2020
}
2121

22-
/// Get the pointer to the top of the stack
22+
/// Get the pointer to the bottom of the stack
2323
pub fn bottom(&mut self) -> *mut u32 {
2424
self.0
2525
}

0 commit comments

Comments
 (0)