summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-28 22:00:10 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-28 22:00:10 +0100
commit32eb28dc43b0b6e53fc1330a4ae3af56af0ff750 (patch)
tree43fa3a1ddab0a09e00c8934ca07781fe7a66aa0d
parent15898e51d6ae2d26d8c67f32aff5c70fe951d639 (diff)
Fix markdown
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3974e31..6652eea 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ see the tables below. ROM/RAM values are rounded up to the next mupltiple of
### default (no checksum verification)
| Architecture | ROM | RAM |
-| :--- | ---: | ---: | ---: |
+| :--- | ---: | ---: |
| 8-bit ATMega328P | 1824 B | 640 B |
| 16-bit MSP430FR5994 | 2272 B | 448 B |
| 20-bit MSP430FR5994 | 2576 B | 464 B |
@@ -122,7 +122,7 @@ see the tables below. ROM/RAM values are rounded up to the next mupltiple of
### compliant mode (-DDEFLATE\_CHECKSUM)
| Architecture | ROM | RAM |
-| :--- | ---: | ---: | ---: |
+| :--- | ---: | ---: |
| 8-bit ATMega328P | 2032 B | 640 B |
| 16-bit MSP430FR5994 | 2560 B | 448 B |
| 20-bit MSP430FR5994 | 2896 B | 464 B |