Removed lcddriver.c (doesn't do anything, isn't in any makefiles, etc.).
Passed *every* piece of source in this project through indent. I'm setting things up with ctags soon and am actually going to *gasp* use a nice programming environment to continue development in. :)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "port.h"
|
||||
|
||||
int HD44780_init(struct lcd_logical_driver *driver, char *args);
|
||||
int HD44780_init (struct lcd_logical_driver *driver, char *args);
|
||||
/* The following methods can all be hidden. They are used through function ptrs
|
||||
void HD44780_close();
|
||||
void HD44780_flush();
|
||||
|
||||
Reference in New Issue
Block a user