From c44092eb0f32b0e1903c99e3f734f3134f01b52c Mon Sep 17 00:00:00 2001 From: barthess Date: Sat, 2 May 2015 20:51:04 +0300 Subject: NAND code changed to use bitmap class --- testhal/STM32/STM32F0xx/onewire/halconf_community.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testhal/STM32/STM32F0xx') diff --git a/testhal/STM32/STM32F0xx/onewire/halconf_community.h b/testhal/STM32/STM32F0xx/onewire/halconf_community.h index 7f64b2b..7f037ec 100644 --- a/testhal/STM32/STM32F0xx/onewire/halconf_community.h +++ b/testhal/STM32/STM32F0xx/onewire/halconf_community.h @@ -50,14 +50,6 @@ #define NAND_USE_MUTUAL_EXCLUSION TRUE #endif -/** - * @brief Enables internal driver map for bad blocks. - * @note Disabling this option saves both code and data space. - */ -#if !defined(NAND_USE_BAD_MAP) || defined(__DOXYGEN__) -#define NAND_USE_BAD_MAP TRUE -#endif - /*===========================================================================*/ /* 1-wire driver related settings. */ /*===========================================================================*/ -- cgit v1.2.3