From 0b7eb17b8f4922b0b49b082b7e360cdc3f2bc61f Mon Sep 17 00:00:00 2001 From: mesheets <16882600+mesheets@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:41:03 -0400 Subject: [PATCH] Tweaks to conio and dchars --- include/dchars.h | 2 +- kernel/conio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dchars.h b/include/dchars.h index 3d3026b..1448ca8 100644 --- a/include/dchars.h +++ b/include/dchars.h @@ -1,5 +1,5 @@ /*! \file include/dchars.h - \brief Interface: character mask definitions + \brief Interface: direct character mask definitions \author Markus L. Noga \warning If CONF_LCD_REFRESH is set in config.h, the kernel will diff --git a/kernel/conio.c b/kernel/conio.c index 4060bbc..662b1f3 100644 --- a/kernel/conio.c +++ b/kernel/conio.c @@ -68,7 +68,7 @@ const char hex_display_codes[] = CHAR_9, // 9 CHAR_A, // A CHAR_b, // b - CHAR_c, // c + CHAR_C, // C CHAR_d, // d CHAR_E, // E CHAR_F, // F