From e4201d729abcb30211c69d9746b44820494a7c5f Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Tue, 9 May 2023 12:21:49 -0400 Subject: [PATCH] SIM_CARD: Fixed typo. --- sim_card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_card.c b/sim_card.c index a3332b2..0b74611 100644 --- a/sim_card.c +++ b/sim_card.c @@ -156,7 +156,7 @@ static const uint16 ascii_to_hol_026[128] = { /* p q r s t u v w */ 0xC04, 0xC02, 0xC01, 0x680, 0x640, 0x620, 0x610, 0x608, /* x y z { | } ~ del */ - /* T79 X78 Y79 79 */ + /* T79 X78 X79 79 */ 0x604, 0x602, 0x601, 0x406, 0x806, 0x805, 0x005, 0xf000 };