684: Fix Unicode ✓ r=korken89 a=n8tlarsen

Looks like the unicode didn't render properly, Here's the fix.

Co-authored-by: Nathan <n8tlarsen@gmail.com>
This commit is contained in:
bors[bot] 2023-01-05 06:39:42 +00:00 committed by GitHub
commit b1fda94037
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@ Table 1 below shows a list of Cortex-m processors and which type of critical sec
| Processor | Architecture | Priority Ceiling | Source Masking |
| :--------- | :----------: | :--------------: | :------------: |
| Cortex-M0 | ARMv6-M | | &#2713 |
| Cortex-M0+ | ARMv6-M | | &#2713 |
| Cortex-M3 | ARMv7-M | &#2713 | |
| Cortex-M4 | ARMv7-M | &#2713 | |
| Cortex-M7 | ARMv7-M | &#2713 | |
| Cortex-M23 | ARMv8-M-base | | &#2713 |
| Cortex-M33 | ARMv8-M-main | &#2713 | |
| Cortex-M0 | ARMv6-M | | |
| Cortex-M0+ | ARMv6-M | | |
| Cortex-M3 | ARMv7-M | | |
| Cortex-M4 | ARMv7-M | | |
| Cortex-M7 | ARMv7-M | | |
| Cortex-M23 | ARMv8-M-base | | |
| Cortex-M33 | ARMv8-M-main | | |
## Priority Ceiling