Skip to content

Commit

Permalink
compliant with new xtimer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Oct 8, 2017
1 parent 8030ca7 commit 75bb559
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions burba/boards/cc3200-launchxl/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,14 @@ extern "C" {

#include "cc3200.h"

#define XTIMER_HZ 80000000ul
//#define CLOCK_CORECLOCK (80000000U) /* desired core clock frequency */

#define XTIMER_BACKOFF 720
#define XTIMER_OVERHEAD 320

#define XTIMER_SHIFT 0
#define XTIMER_USEC_TO_TICKS_FACTOR 80

#define XTIMER_USEC_TO_TICKS(value) ( value*XTIMER_USEC_TO_TICKS_FACTOR )
#define XTIMER_TICKS_TO_USEC(value) ( value/XTIMER_USEC_TO_TICKS_FACTOR )

//#define XTIMER_MASK_SHIFTED 0x00000000


// CC3200 has 4 timer blocks
#define TIMER_0_EN 1
#define TIMER_1_EN 1
Expand Down

0 comments on commit 75bb559

Please sign in to comment.