12 lines
128 B
C
12 lines
128 B
C
#ifndef __PERIOD_TIMER_H__
|
|
#define __PERIOD_TIMER_H__
|
|
|
|
#ifndef __ASSEMBLER__
|
|
extern void PIT_Task(void);
|
|
|
|
#else
|
|
|
|
|
|
#endif
|
|
|
|
#endif |