This commit is contained in:
YcChan
2017-01-01 14:00:07 +08:00
committed by GitHub
parent 6586e27403
commit 98fa7fc2a8

5
timer.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef __timer_H
#define __timer_H
void timer_init(void);
#endif