From c581e884a7d14eb24195e5264dd362b1a14d6176 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 3 Sep 2015 18:41:52 +0200 Subject: [PATCH] boards: z1: remove hwtimer from board.h --- boards/z1/include/board.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/boards/z1/include/board.h b/boards/z1/include/board.h index 129a312cd..020b29ca0 100644 --- a/boards/z1/include/board.h +++ b/boards/z1/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 * @{