2009-12-08 Fernando Nicodemos <fgnicodemos@terra.com.br>

* console/font8x16.h, console/sed1356.c: Fix typos.
This commit is contained in:
Joel Sherrill
2009-12-08 19:34:48 +00:00
parent 0654c588a8
commit 884730cccd
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-12-08 Fernando Nicodemos <fgnicodemos@terra.com.br>
* console/font8x16.h, console/sed1356.c: Fix typos.
2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
* README, README.kit637_v6, console/sed1356_16bit.h, startup/memmap.c:

View File

@@ -40,7 +40,7 @@
#define FONT_WIDTH 8
#define FONT_HEIGHT 16
#define FIRST_CHAR 0x20
#define LAST_CHAR 0x7f
#define LAST_CHAR 0x7F
#define CURSOR_ON 0x7F
#define CURSOR_OFF 0x20

View File

@@ -1,5 +1,5 @@
/*
* SED1356 Support (for KIT637_V6 (CSB637)
* SED1356 Support for KIT637_V6 (CSB637)
*
* Based upon code from MicroMonitor 1.17 from http://www.umonfw.com/
* which includes this notice: