summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-12 20:04:27 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-12 20:06:16 +0100
commit285952ea1dc6ac40d67820844033d6115ab7e404 (patch)
tree95be6de45d3af9164ca7b5bb493bbb2bc023f4ae /src/font.h
parente024208899abd6adb52f016c96e4c730ea2d7001 (diff)
FECModem: set byte to 0 (frownie symbol) if it contained an uncorrectable error
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h
index a705d57..b0015b3 100644
--- a/src/font.h
+++ b/src/font.h
@@ -133,7 +133,7 @@ const unsigned char PROGMEM chr_125[] = {0x03,0x41,0x36,0x08}; // }
const unsigned char PROGMEM chr_126[] = {0x05,0x08,0x10,0x08,0x04,0x08}; // ~
const glyph_t font[] PROGMEM = {
- chr_001,
+ chr_002, // special character for uncorrectable byte errors
chr_001,
chr_002,
chr_003,