Replace clock_config.[ch] with the much shorter init_clock.[ch]

This commit is contained in:
László Monda
2016-10-11 02:41:29 +02:00
parent 4771b80817
commit 09e6314770
5 changed files with 44 additions and 201 deletions

8
left/src/init_clock.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __INIT_CLOCK_H__
#define __INIT_CLOCK_H__
// Functions:
void InitClock();
#endif