day02/ex04/include/timer.h
2026-04-15 17:16:45 +02:00

8 lines
99 B
C

#ifndef TIMER_H
#define TIMER_H
#include "mystd.h"
void timer1_init(void);
#endif /* TIMER_H */