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_ */