Skip to content
Snippets Groups Projects
Commit 38395fa9 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/samd21-based: fix xtimer configuration

parent ac95d429
Branches
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ extern "C" { ...@@ -35,7 +35,7 @@ extern "C" {
* @name xtimer configuration * @name xtimer configuration
* @{ * @{
*/ */
#define XTIMER TIMER_0 #define XTIMER TIMER_DEV(1)
#define XTIMER_CHAN (0) #define XTIMER_CHAN (0)
/** @} */ /** @} */
......
...@@ -37,7 +37,7 @@ extern "C" { ...@@ -37,7 +37,7 @@ extern "C" {
* @name xtimer configuration * @name xtimer configuration
* @{ * @{
*/ */
#define XTIMER_DEV TIMER_1 #define XTIMER_DEV TIMER_DEV(1)
#define XTIMER_CHAN (0) #define XTIMER_CHAN (0)
/** @} */ /** @} */
......
...@@ -35,7 +35,7 @@ extern "C" { ...@@ -35,7 +35,7 @@ extern "C" {
* @name xtimer configuration * @name xtimer configuration
* @{ * @{
*/ */
#define XTIMER_DEV TIMER_1 #define XTIMER_DEV TIMER_DEV(1)
#define XTIMER_CHAN (0) #define XTIMER_CHAN (0)
/** @} */ /** @} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment