From f1567c02f776dc12a3d6dcbe56959c58644d42d9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 21 Jul 2013 13:06:39 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6020 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/BKPSRAM/halconf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'testhal/STM32F4xx/BKPSRAM/halconf.h') diff --git a/testhal/STM32F4xx/BKPSRAM/halconf.h b/testhal/STM32F4xx/BKPSRAM/halconf.h index 1e5556afc..f3cd0aa14 100644 --- a/testhal/STM32F4xx/BKPSRAM/halconf.h +++ b/testhal/STM32F4xx/BKPSRAM/halconf.h @@ -114,13 +114,6 @@ #define HAL_USE_RTC FALSE #endif -/** - * @brief Enables the RTC subsystem. - */ -#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__) -#define HAL_USE_BKPSRAM TRUE -#endif - /** * @brief Enables the SDC subsystem. */ -- cgit v1.2.3