Files
pa50contr/timer.h
Олег Бородин 5e922d155e update
2024-08-21 17:58:42 +02:00

8 lines
113 B
C

#ifndef CONTR_INIT_H_QWERTY
#define CONTR_INIT_H_QWERTY
void timer0_init(void);
void timer1_init(void);
#endif