File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shared-bindings/microcontroller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ safe_mode_t samd21_init(void) {
535
535
// On power on start or external reset, set _ezero to the canary word. If it
536
536
// gets killed, we boot in safe mode. _ezero is the boundary between statically
537
537
// 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.
539
539
#ifdef CIRCUITPY_CANARY_WORD
540
540
if (PM -> RCAUSE .bit .POR == 1 || PM -> RCAUSE .bit .EXT == 1 ) {
541
541
_ezero = CIRCUITPY_CANARY_WORD ;
Original file line number Diff line number Diff line change 31
31
//| :class:`RunMode` -- run state of the microcontroller
32
32
//| =============================================================
33
33
//|
34
- //| .. class:: mcirocontroller .RunMode
34
+ //| .. class:: microcontroller .RunMode
35
35
//|
36
36
//| Enum-like class to define the run mode of the microcontroller and
37
37
//| CircuitPython.
You can’t perform that action at this time.
0 commit comments