Skip to content

Commit

Permalink
squash! boards/common/nucleo: increase backoff to 7 for F4 family
Browse files Browse the repository at this point in the history
  • Loading branch information
kYc0o committed Mar 21, 2018
1 parent fd4cfa8 commit 3406270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/common/nucleo/include/board_nucleo.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extern "C" {
#endif

#if defined(CPU_FAM_STM32F4) || defined(CPU_MODEL_STM32F303ZE)
#define XTIMER_BACKOFF (7)
#define XTIMER_BACKOFF (8)
#define XTIMER_OVERHEAD (6)
#endif
/** @} */
Expand Down

0 comments on commit 3406270

Please sign in to comment.