Convert some comments. Add more doxygen to hd44780-serial. Don't use a

typedef if not really necessary.
This commit is contained in:
mmdolze
2011-01-15 19:36:16 +00:00
parent d0def6df67
commit f8df8dcf5c
4 changed files with 84 additions and 59 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ typedef struct hd44780_private_data {
// serial connection types
int fd; /* file handle to serial device */
int serial_type;
int serial_type; /* type of device for hd44780-serial */
#if defined(HAVE_LIBUSB)
// USB connection types