Cleaned up function declarations

This commit is contained in:
bernd 2011-07-20 06:28:41 +02:00
parent ed74ed76c4
commit 199dfaffbc
1 changed files with 1 additions and 4 deletions

View File

@ -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);