aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx
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 /testhal/STM32/STM32F0xx
parentc757be0c16fb68bab56294b46f1de15e39abfcdb (diff)
downloadChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.tar.gz
ChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.tar.bz2
ChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.zip
Fixed copypaste typo in comments
Diffstat (limited to 'testhal/STM32/STM32F0xx')
-rw-r--r--testhal/STM32/STM32F0xx/crc/halconf_community.h2
-rw-r--r--testhal/STM32/STM32F0xx/onewire/halconf_community.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F0xx/crc/halconf_community.h b/testhal/STM32/STM32F0xx/crc/halconf_community.h
index 68adef8..52966ee 100644
--- a/testhal/STM32/STM32F0xx/crc/halconf_community.h
+++ b/testhal/STM32/STM32F0xx/crc/halconf_community.h
@@ -24,7 +24,7 @@
#define HAL_USE_COMMUNITY TRUE
#endif
/**
- * @brief Enables the NAND subsystem.
+ * @brief Enables the FSMC subsystem.
*/
#if !defined(HAL_USE_FSMC) || defined(__DOXYGEN__)
#define HAL_USE_FSMC FALSE
diff --git a/testhal/STM32/STM32F0xx/onewire/halconf_community.h b/testhal/STM32/STM32F0xx/onewire/halconf_community.h
index ea84b63..8da4af6 100644
--- a/testhal/STM32/STM32F0xx/onewire/halconf_community.h
+++ b/testhal/STM32/STM32F0xx/onewire/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