From 83fb012772eb7b71f2b642db9c4b5e27a18c5710 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 3 Sep 2015 18:41:52 +0200 Subject: [PATCH] boards: telosb: remove hwtimer from board.h --- boards/telosb/include/board.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/boards/telosb/include/board.h b/boards/telosb/include/board.h index 716f74640..3a971c530 100644 --- a/boards/telosb/include/board.h +++ b/boards/telosb/include/board.h @@ -46,12 +46,6 @@ extern "C" { #define XTIMER_MASK (0xffff0000) /** @} */ -/** - * @brief Defines for compatibility with hwtimer - * @deprecated - */ -#define HW_TIMER (0) - /** * @brief Standard input/output device configuration * @{