diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-11-04 10:49:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-04 10:49:50 +0100 |
commit | d1aad8853600f3ce2cfbffeaea8e50150e2b6dd8 (patch) | |
tree | 703501bbb1acd3937a1dbba4c68cf98c5d8ac5d2 /tools | |
parent | 462e4e00f64027b7f38b33ad2b0737c453cf0fc1 (diff) | |
parent | c65efdcfa1d281a8f0a29bb864e86dd0c892c156 (diff) | |
download | ChibiOS-Contrib-d1aad8853600f3ce2cfbffeaea8e50150e2b6dd8.tar.gz ChibiOS-Contrib-d1aad8853600f3ce2cfbffeaea8e50150e2b6dd8.tar.bz2 ChibiOS-Contrib-d1aad8853600f3ce2cfbffeaea8e50150e2b6dd8.zip |
Merge pull request #205 from ChibiOS/fsmc
FSMC drivers update
Diffstat (limited to 'tools')
-rw-r--r-- | tools/templates/mcuconf_community.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/templates/mcuconf_community.h b/tools/templates/mcuconf_community.h index b862d6e..d62e390 100644 --- a/tools/templates/mcuconf_community.h +++ b/tools/templates/mcuconf_community.h @@ -23,8 +23,8 @@ /* * FSMC NAND driver system settings. */ -#define STM32_NAND_USE_FSMC_NAND1 FALSE -#define STM32_NAND_USE_FSMC_NAND2 FALSE +#define STM32_NAND_USE_NAND1 FALSE +#define STM32_NAND_USE_NAND2 FALSE #define STM32_NAND_USE_EXT_INT FALSE #define STM32_NAND_DMA_STREAM STM32_DMA_STREAM_ID(2, 7) #define STM32_NAND_DMA_PRIORITY 0 |