afew doc cleanups, and cleanups /more checks ofr the hd44780 driver

This commit is contained in:
marschap
2007-11-03 20:55:49 +00:00
parent 46347e8c94
commit 3a3a4dc8d9
6 changed files with 57 additions and 42 deletions
+2 -2
View File
@@ -406,10 +406,10 @@ const unsigned char SED1278F_0B_charmap[] = {
/* 255 ( 'ÿ' ) */ 253
};
#define MAX_CHARMAP_NAME_LENGHT 16
#define MAX_CHARMAP_NAME_LENGTH 16
struct charmap {
char name[MAX_CHARMAP_NAME_LENGHT];
char name[MAX_CHARMAP_NAME_LENGTH];
const unsigned char *charmap;
};