diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2016-04-28 12:35:38 +0200 |
---|---|---|
committer | Nicolas Reinecke <nr@das-labor.org> | 2016-05-01 02:33:23 +0200 |
commit | 1a6aba5009bf8ba1672adddb5b24fd7fe1f2c973 (patch) | |
tree | 9d0693df31c113f1f1c056344f7cb31659802333 /testhal/STM32/STM32F4xx | |
parent | f93efb407d09399f5f59fed4bd3c26455294022d (diff) | |
download | ChibiOS-Contrib-1a6aba5009bf8ba1672adddb5b24fd7fe1f2c973.tar.gz ChibiOS-Contrib-1a6aba5009bf8ba1672adddb5b24fd7fe1f2c973.tar.bz2 ChibiOS-Contrib-1a6aba5009bf8ba1672adddb5b24fd7fe1f2c973.zip |
fix comment
Diffstat (limited to 'testhal/STM32/STM32F4xx')
-rw-r--r-- | testhal/STM32/STM32F4xx/onewire/halconf_community.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/onewire/halconf_community.h b/testhal/STM32/STM32F4xx/onewire/halconf_community.h index 5e36946..91dbfbc 100644 --- a/testhal/STM32/STM32F4xx/onewire/halconf_community.h +++ b/testhal/STM32/STM32F4xx/onewire/halconf_community.h @@ -53,7 +53,7 @@ #endif
/**
- * @brief Enables the community subsystem.
+ * @brief Enables the CRC subsystem.
*/
#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__)
#define HAL_USE_CRC FALSE
|