Merge pull request #8807 from kYc0o/fix_f4_backoff

nucleo-f4xx: increase xtimer backoff to 7 for F4 family
This commit is contained in:
Alexandre Abadie 2018-04-10 15:26:14 +02:00 committed by GitHub
commit 479ee51649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
/** @} */