From 420f20f4bc1b9ad443c1e43e6bff3a89de1686b1 Mon Sep 17 00:00:00 2001 From: Thomas Eichinger Date: Wed, 8 Oct 2014 16:27:33 +0200 Subject: [PATCH] cpu/stm32f1: overwrite HWTIMER_WAIT_OVERHEAD --- cpu/stm32f1/include/hwtimer_cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/stm32f1/include/hwtimer_cpu.h b/cpu/stm32f1/include/hwtimer_cpu.h index 687c24d3cb..e1e94b37af 100644 --- a/cpu/stm32f1/include/hwtimer_cpu.h +++ b/cpu/stm32f1/include/hwtimer_cpu.h @@ -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_ */