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

board, cc2650stk: add full xtimer configuration

This commit is contained in:
smlng 2017-07-10 14:56:14 +02:00
parent 2bab65ce03
commit 8df22c48cd

View File

@ -29,10 +29,16 @@ extern "C" {
#endif
/**
* @name Xtimer configuration
* @name xtimer configuration
* @{
*/
#define XTIMER_WIDTH (16)
#define XTIMER_DEV (0)
#define XTIMER_CHAN (0)
#define XTIMER_WIDTH (16)
#define XTIMER_SHIFT (0)
#define XTIMER_HZ (1000000UL)
#define XTIMER_BACKOFF (50)
#define XTIMER_ISR_BACKOFF (40)
/** @} */
/**