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,7 +2,6 @@
|
||||
#define HD_FTDI_H
|
||||
|
||||
#include "lcd.h" /* for Driver */
|
||||
#include "hd44780-low.h"
|
||||
|
||||
// initialise this particular driver
|
||||
int hd_init_ftdi(Driver *drvthis);
|
||||
|
||||
Reference in New Issue
Block a user