Initial Project Setup
This commit is contained in:
10
lib/timer.c
Normal file
10
lib/timer.c
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
#include <timer.h>
|
||||
|
||||
void timer_init() {
|
||||
|
||||
}
|
||||
|
||||
void timer_tick() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user