1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/stm32f1: overwrite HWTIMER_WAIT_OVERHEAD

This commit is contained in:
Thomas Eichinger 2014-10-08 16:27:33 +02:00
parent 19db6ded85
commit 420f20f4bc

View File

@ -26,6 +26,7 @@
#define HWTIMER_MAXTIMERS (4) /**< the CPU implementation supports 4 HW timers */
#define HWTIMER_SPEED (1000000U) /**< the HW timer runs with 1MHz */
#define HWTIMER_MAXTICKS (0xFFFFFFFF) /**< 32-bit timer */
#define HWTIMER_WAIT_OVERHEAD (3)
/** @} */
#endif /* HWTIMER_CPU_H_ */