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