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:
parent
19db6ded85
commit
420f20f4bc
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user