Skip to content

Commit

Permalink
Tweaks to conio and dchars
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 29, 2024
1 parent 5f9ba6b commit 0b7eb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/dchars.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! \file include/dchars.h
\brief Interface: character mask definitions
\brief Interface: direct character mask definitions
\author Markus L. Noga <[email protected]>
\warning If CONF_LCD_REFRESH is set in config.h, the kernel will
Expand Down
2 changes: 1 addition & 1 deletion kernel/conio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b7eb17

Please sign in to comment.