1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards/nucleo-l1: added xtimer configuration

This commit is contained in:
Hauke Petersen 2015-09-22 14:06:39 +02:00
parent 92ee5d9562
commit 712a096de3

View File

@ -35,6 +35,16 @@ extern "C" {
*/
#define F_CPU CLOCK_CORECLOCK
/**
* @name xtimer configuration
* @{
*/
#define XTIMER TIMER_DEV(0)
#define XTIMER_CHAN (0)
#define XTIMER_OVERHEAD (6)
#define XTIMER_BACKOFF (3)
/** @} */
/**
* @name Define the UART to be used as stdio and its baudrate
* @{