mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
8c03f7b200
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@168 bf332499-1b4d-0410-844d-d2d48d5cc64c
11 lines
241 B
C
11 lines
241 B
C
#ifndef _TIMERINTERRUPTHANDLER_H
|
|
#define _TIMERINTERRUPTHANDLER_H
|
|
|
|
#include "Types.h"
|
|
|
|
void Timer_SetSystemTime(uint32 time);
|
|
uint32 Timer_GetSystemTime(void);
|
|
void Timer_InterruptHandler(void);
|
|
|
|
#endif // _TIMERINTERRUPTHANDLER_H
|