aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-23 14:43:43 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-23 14:43:43 +0000
commit7156f2c323f5b4d6a3f9eec7673b0b1680fb8ff9 (patch)
tree759246e8d5beac64e8acafcb5e5e37903b907f69 /demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h
parent7707340e0b2e9e6552378d1520993686856f8134 (diff)
downloadChibiOS-7156f2c323f5b4d6a3f9eec7673b0b1680fb8ff9.tar.gz
ChibiOS-7156f2c323f5b4d6a3f9eec7673b0b1680fb8ff9.tar.bz2
ChibiOS-7156f2c323f5b4d6a3f9eec7673b0b1680fb8ff9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10888 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h')
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h b/demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h
index a551b35b6..d7793e22c 100644
--- a/demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h
+++ b/demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h
@@ -55,7 +55,7 @@
* @brief Enables the cryptographic subsystem.
*/
#if !defined(HAL_USE_CRY) || defined(__DOXYGEN__)
-#define HAL_USE_CRY TRUE
+#define HAL_USE_CRY FALSE
#endif
/**
@@ -227,7 +227,7 @@
* @note Fall-back implementations may not be present for all algorithms.
*/
#if !defined(HAL_CRY_USE_FALLBACK) || defined(__DOXYGEN__)
-#define HAL_CRY_USE_FALLBACK TRUE
+#define HAL_CRY_USE_FALLBACK FALSE
#endif
/**