mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
correct SLEEPONEXIT reference link
This commit is contained in:
parent
d77270adc2
commit
02f965ef09
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ so it must run forever.
|
||||||
When no `idle` function is declared, the runtime sets the [SLEEPONEXIT] bit and
|
When no `idle` function is declared, the runtime sets the [SLEEPONEXIT] bit and
|
||||||
then sends the microcontroller to sleep after running `init`.
|
then sends the microcontroller to sleep after running `init`.
|
||||||
|
|
||||||
[SLEEPONEXIT]: https://developer.arm.com/products/architecture/cpu-architecture/m-profile/docs/100737/0100/power-management/sleep-mode/sleep-on-exit-bit
|
[SLEEPONEXIT]: https://developer.arm.com/docs/100737/0100/power-management/sleep-mode/sleep-on-exit-bit
|
||||||
|
|
||||||
Like in `init`, `static mut` variables will be transformed into `&'static mut`
|
Like in `init`, `static mut` variables will be transformed into `&'static mut`
|
||||||
references that are safe to access.
|
references that are safe to access.
|
||||||
|
|
Loading…
Reference in a new issue