File tree Expand file tree Collapse file tree
shared-bindings/microcontroller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ safe_mode_t samd21_init(void) {
535535// On power on start or external reset, set _ezero to the canary word. If it
536536// gets killed, we boot in safe mode. _ezero is the boundary between statically
537537// allocated memory including the fixed MicroPython heap and the stack. If
538- // either misbehaves, the canary will not be in tact after soft reset.
538+ // either misbehaves, the canary will not be intact after soft reset.
539539#ifdef CIRCUITPY_CANARY_WORD
540540 if (PM -> RCAUSE .bit .POR == 1 || PM -> RCAUSE .bit .EXT == 1 ) {
541541 _ezero = CIRCUITPY_CANARY_WORD ;
Original file line number Diff line number Diff line change 3131//| :class:`RunMode` -- run state of the microcontroller
3232//| =============================================================
3333//|
34- //| .. class:: mcirocontroller .RunMode
34+ //| .. class:: microcontroller .RunMode
3535//|
3636//| Enum-like class to define the run mode of the microcontroller and
3737//| CircuitPython.
You can’t perform that action at this time.
0 commit comments