aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-10-15 10:17:53 +0300
committerbarthess <barthess@yandex.ru>2015-10-15 10:17:53 +0300
commitc457b4d7d14a37eca844b5979cb705264ed4c155 (patch)
treef475b3f24e4c7962737bf8685388625ee6c4d7fb /demos/STM32
parentc757be0c16fb68bab56294b46f1de15e39abfcdb (diff)
downloadChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.tar.gz
ChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.tar.bz2
ChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.zip
Fixed copypaste typo in comments
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf_community.h2
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf_community.h b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf_community.h
index 1bd2950..b2376d4 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf_community.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/halconf_community.h
@@ -25,7 +25,7 @@
#endif
/**
- * @brief Enables the NAND subsystem.
+ * @brief Enables the FSMC subsystem.
*/
#if !defined(HAL_USE_FSMC) || defined(__DOXYGEN__)
#define HAL_USE_FSMC TRUE
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
index 3bf2f0b..4156dbf 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/halconf_community.h
@@ -25,7 +25,7 @@
#endif
/**
- * @brief Enables the NAND subsystem.
+ * @brief Enables the FSMC subsystem.
*/
#if !defined(HAL_USE_FSMC) || defined(__DOXYGEN__)
#define HAL_USE_FSMC FALSE