Skip to content

Commit baffeac

Browse files
committed
Fix Unicode ✓
1 parent de25c4c commit baffeac

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)