diff options
author | Fabio Utzig <utzig@utzig.org> | 2015-05-10 17:51:59 -0300 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2015-05-10 17:51:59 -0300 |
commit | a0110bc1798b22a9e2e86ebf8a950d0910e24ceb (patch) | |
tree | da3c9bdd2b236355ab61d9317fdbf9af82005499 /testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h | |
parent | 37f70691a9f5244099d5dc9b87e888b2f40405f0 (diff) | |
parent | 67ccbf4da02f5be9b6cac213ee0ffdbf8797b7bf (diff) | |
download | ChibiOS-Contrib-a0110bc1798b22a9e2e86ebf8a950d0910e24ceb.tar.gz ChibiOS-Contrib-a0110bc1798b22a9e2e86ebf8a950d0910e24ceb.tar.bz2 ChibiOS-Contrib-a0110bc1798b22a9e2e86ebf8a950d0910e24ceb.zip |
Merge master
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h b/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h index c9b292d..f18d5cf 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SRAM/halconf_community.h +++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/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. */
/*===========================================================================*/
|