forked from xamidev/pepperOS
6 lines
59 B
C
6 lines
59 B
C
#ifndef TIMER_H
|
|
#define TIMER_H
|
|
|
|
void timer_init();
|
|
|
|
#endif |