9 lines
100 B
C
9 lines
100 B
C
#ifndef __INIT_CLOCK_H__
|
|
#define __INIT_CLOCK_H__
|
|
|
|
// Functions:
|
|
|
|
void InitClock(void);
|
|
|
|
#endif
|