Skip to content

Commit b1fda94

Browse files
bors[bot]n8tlarsen
andauthored
Merge #684
684: Fix Unicode ✓ r=korken89 a=n8tlarsen Looks like the unicode didn't render properly, Here's the fix. Co-authored-by: Nathan <[email protected]>
2 parents de25c4c + baffeac commit b1fda94

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

book/en/src/internals/targets.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Table 1 below shows a list of Cortex-m processors and which type of critical sec
1919

2020
| Processor | Architecture | Priority Ceiling | Source Masking |
2121
| :--------- | :----------: | :--------------: | :------------: |
22-
| Cortex-M0 | ARMv6-M | | &#2713 |
23-
| Cortex-M0+ | ARMv6-M | | &#2713 |
24-
| Cortex-M3 | ARMv7-M | &#2713 | |
25-
| Cortex-M4 | ARMv7-M | &#2713 | |
26-
| Cortex-M7 | ARMv7-M | &#2713 | |
27-
| Cortex-M23 | ARMv8-M-base | | &#2713 |
28-
| Cortex-M33 | ARMv8-M-main | &#2713 | |
22+
| Cortex-M0 | ARMv6-M | | |
23+
| Cortex-M0+ | ARMv6-M | | |
24+
| Cortex-M3 | ARMv7-M | | |
25+
| Cortex-M4 | ARMv7-M | | |
26+
| Cortex-M7 | ARMv7-M | | |
27+
| Cortex-M23 | ARMv8-M-base | | |
28+
| Cortex-M33 | ARMv8-M-main | | |
2929

3030
## Priority Ceiling
3131

0 commit comments

Comments
 (0)