Merge pull request #8807 from kYc0o/fix_f4_backoff
nucleo-f4xx: increase xtimer backoff to 7 for F4 family
This commit is contained in:
commit
479ee51649
@ -53,7 +53,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CPU_FAM_STM32F4) || defined(CPU_MODEL_STM32F303ZE)
|
#if defined(CPU_FAM_STM32F4) || defined(CPU_MODEL_STM32F303ZE)
|
||||||
#define XTIMER_BACKOFF (5)
|
#define XTIMER_BACKOFF (8)
|
||||||
#define XTIMER_OVERHEAD (6)
|
#define XTIMER_OVERHEAD (6)
|
||||||
#endif
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user