From 4c35c830d0670cf27342cfc23bcdcfdc795d89f5 Mon Sep 17 00:00:00 2001 From: kwyxz Date: Thu, 9 Feb 2023 06:18:06 +0000 Subject: [PATCH] Cosmetic --- src/boards/468.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/468.c b/src/boards/468.c index 84acfa2..a6ba217 100644 --- a/src/boards/468.c +++ b/src/boards/468.c @@ -95,7 +95,7 @@ static SFORMAT stateRegs[] = { { &prgOR, 2, "SUP4" }, { &prgAND, 1, "SUP5" }, { eeprom, 16,"EEPR" }, - { &eep_clock, 1, "EEP0" }, + { &eep_clock, 1, "EEP0" }, { &state, 1, "EEP1" }, { &command, 1, "EEP2" }, { &output, 1, "EEP3" },