Files
pa50contr/timer.h
Олег Бородин daac0e8e1f import
2024-08-20 18:12:45 +02:00

9 lines
105 B
C

#ifndef TIMER_H_QWERTY
#define TIMER_H_QWERTY
#define TIMER_INITVAL 128
void timer_init(void);
#endif