Fixed minor typo

This commit is contained in:
Stefan
2025-07-02 15:51:43 +02:00
committed by GitHub
parent a820538c2a
commit 73fa13a23e

View File

@@ -73,7 +73,7 @@ int main (void) {
displayable = 1; // Assume character is mapped displayable = 1; // Assume character is mapped
switch ( buffer[l] ) { // Put the typed charaters switch ( buffer[l] ) { // Put the typed characters
case '1': // into the display buffer case '1': // into the display buffer
DISPLAY.d6 = DISP_1; // one at a time DISPLAY.d6 = DISP_1; // one at a time
break; break;