diff options
author | barthess <barthess@yandex.ru> | 2015-10-15 10:17:53 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-10-15 10:17:53 +0300 |
commit | c457b4d7d14a37eca844b5979cb705264ed4c155 (patch) | |
tree | f475b3f24e4c7962737bf8685388625ee6c4d7fb /testhal/STM32/STM32F0xx/crc | |
parent | c757be0c16fb68bab56294b46f1de15e39abfcdb (diff) | |
download | ChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.tar.gz ChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.tar.bz2 ChibiOS-Contrib-c457b4d7d14a37eca844b5979cb705264ed4c155.zip |
Fixed copypaste typo in comments
Diffstat (limited to 'testhal/STM32/STM32F0xx/crc')
-rw-r--r-- | testhal/STM32/STM32F0xx/crc/halconf_community.h | 2 |
1 files changed, 1 insertions, 1 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
|