Files
firmware/left/src/init_clock.h

9 lines
96 B
C

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