Timer counter functions, Makefile adjusted

This commit is contained in:
Christina Quast
2015-03-19 19:27:04 +01:00
parent 4e4682c785
commit 531d10b403
3 changed files with 121 additions and 2 deletions

View File

@@ -59,4 +59,8 @@ extern void CCID_run( void );
extern void Phone_run( void );
extern void MITM_run( void );
/* Timer helper function */
void Timer_Init( void );
void TC0_Counter_Reset( void );
#endif /* SIMTRACE_H */