From 07e2eacf8977121ef342e2d3c323ea6c997307b8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Dec 2019 14:22:16 +0100 Subject: bsps: Remove uses of BSP_GET_WORK_AREA_DEBUG The code covered by BSP_GET_WORK_AREA_DEBUG was basically dead code since there was no normal way to activate it (e.g. via a BSP configuration option). A follow up patch will bring back this feature through a CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION configuration option. Update #3838. --- bsps/arm/gdbarmsim/include/bsp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'bsps/arm/gdbarmsim') diff --git a/bsps/arm/gdbarmsim/include/bsp.h b/bsps/arm/gdbarmsim/include/bsp.h index b880cd793a..d70be07373 100644 --- a/bsps/arm/gdbarmsim/include/bsp.h +++ b/bsps/arm/gdbarmsim/include/bsp.h @@ -39,8 +39,6 @@ extern "C" { #endif -//#define BSP_GET_WORK_AREA_DEBUG 1 - /** * @brief Support for simulated clock tick */ -- cgit v1.2.3