From a1276d7cd18450d220bc69b2ece4b389ada83f3b Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Sun, 19 Apr 2020 01:56:43 +0200 Subject: [PATCH] boards/mcb2388: remove XTIMER_OVERHEAD It's not used anywhere. --- boards/mcb2388/include/board.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/boards/mcb2388/include/board.h b/boards/mcb2388/include/board.h index 6bc6f64e96..22e61fa55a 100644 --- a/boards/mcb2388/include/board.h +++ b/boards/mcb2388/include/board.h @@ -25,13 +25,6 @@ extern "C" { #endif -/** - * @name xtimer tuning values - * @{ - */ -#define XTIMER_OVERHEAD 7 -/** @} */ - /** * @name LED pin definitions and handlers * @{