Project

General

Profile

Statistics
| Revision:

root / lab3 / timer_func.h @ 51

History | View | Annotate | Download (189 Bytes)

1 47 up20180642
#ifndef TIMER_FUNC_H_INCLUDED
2
#define TIMER_FUNC_H_INCLUDED
3
4
#include <stdint.h>
5
6
int (subscribe_timer_interrupt)(uint8_t interrupt_bit, int *interrupt_id);
7
8
#endif //TIMER_FUNC_H_INCLUDED