Skip to content
Snippets Groups Projects
Commit cbb77502 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

boards: msba2: add xtimer tuning values, remove HW_TIMER define

parent 1c9e46b5
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,12 @@ extern "C" {
/** @} */
/**
* @brief Deprecated HW_TIMER definition (to be removed)
* @name xtimer tuning values
* @{
*/
#define HW_TIMER TIMER_DEV(0)
#define XTIMER_OVERHEAD 7
#define XTIMER_SHOOT_EARLY 3
/** @} */
/**
* @brief initialize the board's clock system
......
......@@ -2,4 +2,4 @@ INCLUDES += -I$(RIOTCPU)/lpc2387/include
include $(RIOTCPU)/arm7_common/Makefile.include
USEMODULE += arm7_common periph periph_common bitfield newlib hwtimer_compat
USEMODULE += arm7_common periph periph_common bitfield newlib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment