diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-23 10:06:15 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-23 10:06:15 +0000 |
commit | 94a1f758d8fd03c828108b585af4c360b2899bb9 (patch) | |
tree | b64947827498c1688b7fe8724366c3e4a93cd8ce /demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h | |
parent | 824682a00cc38ab733df49516046b26e363ab5fd (diff) | |
download | ChibiOS-94a1f758d8fd03c828108b585af4c360b2899bb9.tar.gz ChibiOS-94a1f758d8fd03c828108b585af4c360b2899bb9.tar.bz2 ChibiOS-94a1f758d8fd03c828108b585af4c360b2899bb9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10885 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h')
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h | 4 |
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 d7793e22c..a551b35b6 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 FALSE
+#define HAL_USE_CRY TRUE
#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 FALSE
+#define HAL_CRY_USE_FALLBACK TRUE
#endif
/**
|