diff options
author | barthess <barthess@yandex.ru> | 2015-08-24 16:26:22 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-08-24 16:26:22 +0300 |
commit | 74065b233afc62203edcb68f281da5839dad5930 (patch) | |
tree | 7c9464bbacf5c5d429069396f47799164a48f01b /testhal/STM32/STM32F0xx | |
parent | c7b566b9e0c376e4caacacb2e68b072a77b42deb (diff) | |
download | ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.tar.gz ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.tar.bz2 ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.zip |
Fixed rest of paths in build scripts.
Diffstat (limited to 'testhal/STM32/STM32F0xx')
-rw-r--r-- | testhal/STM32/STM32F0xx/crc/halconf_community.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testhal/STM32/STM32F0xx/crc/halconf_community.h b/testhal/STM32/STM32F0xx/crc/halconf_community.h index 9f2aa99..a46f7eb 100644 --- a/testhal/STM32/STM32F0xx/crc/halconf_community.h +++ b/testhal/STM32/STM32F0xx/crc/halconf_community.h @@ -45,6 +45,13 @@ #define HAL_USE_EICU FALSE
#endif
+/**
+ * @brief Enables the community subsystem.
+ */
+#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__)
+#define HAL_USE_CRC TRUE
+#endif
+
/*===========================================================================*/
/* FSMCNAND driver related settings. */
/*===========================================================================*/
@@ -77,13 +84,6 @@ /*===========================================================================*/
/**
- * @brief Enables the community subsystem.
- */
-#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__)
-#define HAL_USE_CRC TRUE
-#endif
-
-/**
* @brief Enables DMA engine when performing CRC transactions.
* @note Enabling this option also enables asynchronous API.
*/
|