Cleaned up function declarations
This commit is contained in:
parent
ed74ed76c4
commit
199dfaffbc
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue