From 4301222a4441bada2803fcf7498f4c7fbd7c1d95 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 21 Jul 2013 12:41:44 +0000 Subject: Why an STM32F4xx-specific feature in halconf.h? git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6016 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/halconf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'os/hal') diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index ff608b7a6..f879c03b3 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -124,13 +124,6 @@ #define HAL_USE_RTC FALSE #endif -/** - * @brief Enables the BKPSRAM subsystem. - */ -#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__) -#define HAL_USE_BKPSRAM FALSE -#endif - /** * @brief Enables the SDC subsystem. */ -- cgit v1.2.3