mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Fix minor typos in embassy_rp/src/lib.rs
This commit is contained in:
parent
6d9f87356b
commit
5221965a1f
@ -238,8 +238,8 @@ select_bootloader! {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Installs a stack guard for the CORE0 stack in MPU region 0.
|
/// Installs a stack guard for the CORE0 stack in MPU region 0.
|
||||||
/// Will fail if the MPU is already confgigured. This function requires
|
/// Will fail if the MPU is already configured. This function requires
|
||||||
/// a `_stack_end` symbol to be defined by the linker script, and expexcts
|
/// a `_stack_end` symbol to be defined by the linker script, and expects
|
||||||
/// `_stack_end` to be located at the lowest address (largest depth) of
|
/// `_stack_end` to be located at the lowest address (largest depth) of
|
||||||
/// the stack.
|
/// the stack.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user