Header fixes:
* Do not include system headers in shared files (stdlib.h). * Don't include lcd.h only once in each driver. * Remove some unnecessary headers from driver (e.g. syslog.h) * Include <poll.h> instead of <sys/poll.h> * Spelling fixes.
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
#define HD_USS720_H
|
||||
|
||||
#include "lcd.h" /* for Driver */
|
||||
#include "hd44780-low.h"
|
||||
|
||||
|
||||
// initialise this particular driver
|
||||
/* initialise this particular driver */
|
||||
int hd_init_uss720(Driver *drvthis);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user