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

boards/nrf51dongle: add xtimer configuration

This commit is contained in:
Hauke Petersen 2016-02-18 17:02:34 +01:00
parent 1fe16507b4
commit 539a2577f4

View File

@ -28,6 +28,17 @@
extern "C" {
#endif
/**
* @brief Xtimer configuration
* @{
*/
#define XTIMER (0)
#define XTIMER_CHAN (0)
#define XTIMER_MASK (0xff000000)
#define XTIMER_SHIFT_ON_COMPARE (2)
#define XTIMER_BACKOFF (40)
/** @} */
/**
* @name LED pin definitions
* @{