mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
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
|
||||
|
||||
#if defined(CPU_FAM_STM32F4) || defined(CPU_MODEL_STM32F303ZE)
|
||||
#define XTIMER_BACKOFF (5)
|
||||
#define XTIMER_BACKOFF (8)
|
||||
#define XTIMER_OVERHEAD (6)
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user