1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/native/include/hwtimer_cpu.h

10 lines
218 B
C
Raw Normal View History

2013-03-06 01:08:15 +01:00
#ifndef HWTIMER_CPU_H_
#define HWTIMER_CPU_H_
/* TODO: choose more appropriate values here? */
#define ARCH_MAXTIMERS 4
#define HWTIMER_SPEED 1000000
#define HWTIMER_MAXTICKS (0xFFFFFFFF)
#endif /* HWTIMER_CPU_H_ */