diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-30 13:03:32 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-30 13:03:32 +0100 |
commit | 05913b8055080125374af839f0f6baba53792d1b (patch) | |
tree | 7bd42dd46f975cc68a9c8e34ab928d4e5c36fd79 /testhal | |
parent | 915b474b02349add9c17fa43ff0351503c3c5020 (diff) | |
download | ChibiOS-Contrib-05913b8055080125374af839f0f6baba53792d1b.tar.gz ChibiOS-Contrib-05913b8055080125374af839f0f6baba53792d1b.tar.bz2 ChibiOS-Contrib-05913b8055080125374af839f0f6baba53792d1b.zip |
Cleaning FSMC code
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_NAND/mcuconf_community.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/mcuconf_community.h b/testhal/STM32/STM32F4xx/FSMC_NAND/mcuconf_community.h index bba7f08..0a5db9b 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/mcuconf_community.h +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/mcuconf_community.h @@ -34,17 +34,16 @@ /* * FSMC SRAM driver system settings. */ -#define STM32_SRAM_USE_SRAM1 FALSE -#define STM32_SRAM_USE_SRAM2 FALSE -#define STM32_SRAM_USE_SRAM3 FALSE -#define STM32_SRAM_USE_SRAM4 FALSE +#define STM32_SRAM_USE_SRAM1 FALSE +#define STM32_SRAM_USE_SRAM2 FALSE +#define STM32_SRAM_USE_SRAM3 FALSE +#define STM32_SRAM_USE_SRAM4 FALSE /* * FSMC SDRAM driver system settings. */ -#define STM32_SDRAM_USE_SDRAM1 FALSE -#define STM32_SDRAM_USE_SDRAM2 FALSE - +#define STM32_SDRAM_USE_SDRAM1 FALSE +#define STM32_SDRAM_USE_SDRAM2 FALSE /* * TIMCAP driver system settings. */ |