1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #14218 from keestux/add-sodaq-missing-xtimer_dev

boards/common/sodaq: add XTIMER_DEV and make it equal to other SAMD21
This commit is contained in:
Kees Bakker 2020-06-08 11:20:23 +02:00 committed by GitHub
commit d23afdda92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,14 @@
extern "C" {
#endif
/**
* @name xtimer configuration
* @{
*/
#define XTIMER_DEV TIMER_DEV(1)
#define XTIMER_CHAN (0)
/** @} */
/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/