aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_SRAM
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-04-28 12:12:58 +0200
committerNicolas Reinecke <nr@das-labor.org>2016-05-01 00:27:15 +0200
commitf665da37bd440685511cf8de662c669cfc9ccc45 (patch)
treefff56c92c1666908ea521834aefbba1cdefed8b0 /testhal/STM32/STM32F4xx/FSMC_SRAM
parentecab016be95ecfc51d0e0708d473eaf60f5f0ac7 (diff)
downloadChibiOS-Contrib-f665da37bd440685511cf8de662c669cfc9ccc45.tar.gz
ChibiOS-Contrib-f665da37bd440685511cf8de662c669cfc9ccc45.tar.bz2
ChibiOS-Contrib-f665da37bd440685511cf8de662c669cfc9ccc45.zip
fix typos in mcu conf
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h b/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h
index 3d0ae26..c439a31 100644
--- a/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h
+++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/mcuconf_community.h
@@ -37,13 +37,13 @@
#define STM32_USE_FSMC_SRAM TRUE
#define STM32_SRAM_USE_FSMC_SRAM1 FALSE
#define STM32_SRAM_USE_FSMC_SRAM2 FALSE
-#define STM32_SRAM_USE_FSMC_SRAM3 FLASE
+#define STM32_SRAM_USE_FSMC_SRAM3 FALSE
#define STM32_SRAM_USE_FSMC_SRAM4 TRUE
/*
* FSMC PC card driver system settings.
*/
-#define STM32_USE_FSMC_PCARD FALSE
+#define STM32_USE_FSMC_PCCARD FALSE
/*
* FSMC SDRAM driver system settings.