@@ -0,0 +1,10 @@
#ifndef __PTIMER_H__
#define __PTIMER_H__
#define TIMERS_COUNT 0
extern volatile uint16_t timers[TIMERS_COUNT];
void ptimer_init(void);
#endif
The note is not visible to the blocked user.