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