code beautifying

This commit is contained in:
Wolfgang Hottgenroth
2017-06-07 22:15:54 +02:00
parent 6a7b54dcc1
commit c0e370c802
8 changed files with 30 additions and 20 deletions

View File

@ -15,6 +15,8 @@ typedef enum {
OVERRUN = 3
} tTimerState;
void timerInit();
void secondTick(void *handle);
void startTimer();
void stopTimer();