Move left/src/init_clock.[ch] to shared/slave

This commit is contained in:
László Monda
2018-08-06 00:16:26 +02:00
parent 9cc383a91d
commit 47f6a27e48
5 changed files with 4 additions and 3 deletions

View File

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