1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

board: samr21: adapt to xtimer

This commit is contained in:
Kaspar Schleiser 2015-07-30 10:25:04 +02:00
parent dd9de14e49
commit 8a0237e4da

View File

@ -38,7 +38,8 @@ extern "C" {
/** /**
* Assign the hardware timer * Assign the hardware timer
*/ */
#define HW_TIMER TIMER_1 #define XTIMER TIMER_1
#define XTIMER_CHAN (0)
/** /**
* @name AT86RF233 configuration * @name AT86RF233 configuration