aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-29 13:58:48 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-29 13:58:48 +0000
commitc29cb727918744eb0ea1a287e2c042b00bf35a9b (patch)
tree08e409fb766cbf98bc44ab09d49925968b1963d4 /demos/STM32
parent75fb789548aa316bff65c68bdf2be2bc2c257d23 (diff)
downloadChibiOS-c29cb727918744eb0ea1a287e2c042b00bf35a9b.tar.gz
ChibiOS-c29cb727918744eb0ea1a287e2c042b00bf35a9b.tar.bz2
ChibiOS-c29cb727918744eb0ea1a287e2c042b00bf35a9b.zip
Added (T)DES support to the crypto driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10904 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h b/demos/STM32/RT-STM32F746G-DISCOVERY/halconf.h
index d7793e22c..f5aabb3bb 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
/**