Skip to content

Commit

Permalink
boards/waspmote: Update XTIMER{,_ISR}_BACKOFF
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Sep 23, 2020
1 parent bf5cebb commit f465ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/waspmote-pro/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ extern "C" {
*/
#define XTIMER_WIDTH (16)
#define XTIMER_HZ (230400LU)
#define XTIMER_BACKOFF (40)
#define XTIMER_BACKOFF (80)
#define XTIMER_ISR_BACKOFF (120)
/** @} */

/**
Expand Down

0 comments on commit f465ada

Please sign in to comment.