Skip to content

Commit 483a16f

Browse files
committed
doc(port_arm): "Traits mode" → "System mode"
This was accidentally changed in commit 7b8979c where the `System` generic parameter was renamed to `Traits`.
1 parent 5f1184c commit 483a16f

File tree

1 file changed

+1
-1
lines changed
  • src/r3_port_arm/src/threading

1 file changed

+1
-1
lines changed

src/r3_port_arm/src/threading/imp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl State {
8484
asm!("
8585
mov r0, sp
8686
87-
# Switch to Traits mode
87+
# Switch to System mode
8888
cps #0x1f
8989
9090
# `dispatch` needs stack

0 commit comments

Comments
 (0)