Skip to content

Commit

Permalink
jiminy: xtimer parameter adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Josar committed Apr 30, 2018
1 parent 22ed089 commit bccdf46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/jiminy-mega256rfr2/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ extern "C" {
#define XTIMER_CHAN (0)
#define XTIMER_WIDTH (16)
#define XTIMER_HZ (125000UL)

#define XTIMER_BACKOFF (62)
#define XTIMER_ISR_BACKOFF (62)
#define XTIMER_BACKOFF_OVERHEAD (14)
#define XTIMER_OVERHEAD (31)
#define XTIMER_SHOOT_OVERHEAD (27)
/** @} */

/**
Expand Down

0 comments on commit bccdf46

Please sign in to comment.