fixes for the serial hd44780 subdrivers (Matteo Pillon)

This commit is contained in:
marschap
2007-02-02 16:46:07 +00:00
parent cc5115fe7f
commit f07c8ba7b5
5 changed files with 27 additions and 8 deletions
+3
View File
@@ -150,6 +150,9 @@ typedef struct hwDependentFns {
// Output "data" to output latch if there is one
void (*output) (PrivateData *p, int data);
// Close the interface on shutdown
void (*close) (PrivateData *p);
} HD44780_functions; /* for want of a better name :-) */