HD44780 and SED1330 now use lpt-port.h

This commit is contained in:
robijn
2001-11-29 15:51:51 +00:00
parent f12b17d4f2
commit 7e4c21cec5
7 changed files with 53 additions and 24 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ sed1330_init( lcd_logical_driver * driver, char *args )
struct sched_param param;
param.sched_priority=1;
if (( sched_setscheduler(0, SCHED_RR, &param)) == -1) {
report( RPT_ERR, "HD44780_init: failed (%s)", strerror (errno));
report( RPT_ERR, "SED1330: init failed (%s)", strerror (errno));
return -1;
}
}