Skip to content
Snippets Groups Projects
Commit 7b16b8a9 authored by Francisco Acosta's avatar Francisco Acosta
Browse files

boards/common/nucleo: increase backoff to 8 for F4 family

parent a0017e3e
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