another fix

This commit is contained in:
marschap
2007-01-18 12:16:26 +00:00
parent 64fd883773
commit 3651cb8ebc
+1 -1
View File
@@ -355,7 +355,7 @@ static void Set_Insert(int fd, int row, int col)
cmd[2] = (char) col;
cmd[3] = (char) row;
Write_LCD(fd, cmd, 4);
Write_LCD(fd, cmd, 5);
}
}