Files
firmware/right/src/init_clock.h

9 lines
100 B
C

#ifndef __INIT_CLOCK_H__
#define __INIT_CLOCK_H__
// Functions:
void InitClock(void);
#endif