Skip to content

Commit

Permalink
squash frdm-kw41zrf nudge xtimer backoffs up one tick
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Jun 5, 2017
1 parent ca88cdc commit 9c15627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/frdm-kw41z/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ extern "C"
#define XTIMER_CHAN (0)
/* LPTMR is 16 bits wide */
#define XTIMER_WIDTH (16)
#define XTIMER_BACKOFF (4)
#define XTIMER_ISR_BACKOFF (4)
#define XTIMER_OVERHEAD (3)
#define XTIMER_BACKOFF (5)
#define XTIMER_ISR_BACKOFF (5)
#define XTIMER_OVERHEAD (4)
#define XTIMER_HZ (32768ul)
#define XTIMER_SHIFT (0)
#else
Expand Down

0 comments on commit 9c15627

Please sign in to comment.