Skip to content
Snippets Groups Projects
Unverified Commit 479ee516 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #8807 from kYc0o/fix_f4_backoff

nucleo-f4xx: increase xtimer backoff to 7 for F4 family
parents 747b11d9 7b16b8a9
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ extern "C" { ...@@ -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
/** @} */ /** @} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment