7 lines
91 B
C
7 lines
91 B
C
#ifndef TIMERS_H_
|
|
#define TIMERS_H_
|
|
|
|
void timerB_init(void);
|
|
|
|
#endif /* TIMERS_H_ */
|