Skip to content

Commit 47dd9eb

Browse files
Update soft_panic.md
1 parent e828e8d commit 47dd9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developers/core/soft_panic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
``` cpp
66
void pxtrt::panic(int code) {
77
soft_panic(code);
8-
}
8+
}
99
```
1010
1111
Here is the implementation of **soft_panic.**

0 commit comments

Comments
 (0)