forked from Imagelibrary/rtems
2009-12-08 Fernando Nicodemos <fgnicodemos@terra.com.br>
* console/font8x16.h, console/sed1356.c: Fix typos.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user