Merge pull request #2706 from barafael/patch-3

Fix minor typos in embassy_rp/src/lib.rs
This commit is contained in:
Dario Nieuwenhuis 2024-03-18 22:05:16 +00:00 committed by GitHub
commit ea25112f7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,8 +238,8 @@ select_bootloader! {
}
/// Installs a stack guard for the CORE0 stack in MPU region 0.
/// Will fail if the MPU is already confgigured. This function requires
/// a `_stack_end` symbol to be defined by the linker script, and expexcts
/// Will fail if the MPU is already configured. This function requires
/// 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
/// the stack.
///