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