Cleaned up function declarations
This commit is contained in:
parent
ed74ed76c4
commit
199dfaffbc
|
@ -3,10 +3,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
void simlcdPrepareUpdate();
|
||||
void simlcdWrite(int ignored, int bit);
|
||||
void simlcdLineFeed();
|
||||
void simlcdCompleteUpdate();
|
||||
void simlcdDisplayUpdate();
|
||||
|
||||
int simButtonPressed(int button);
|
||||
|
||||
|
|
Loading…
Reference in New Issue