Commit d3710ef8 authored by MagoKimbra's avatar MagoKimbra

Update ultralcd_implementation_hitachi_HD44780.h

parent 43d598eb
......@@ -474,7 +474,7 @@ char lcd_printPGM(const char* str) {
return n;
}
char lcd_print(char* str) {
char lcd_print(const char* str) {
char c, n = 0;
unsigned char i = 0;
while ((c = str[i++])) n += charset_mapper(c);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment