Update HALCONF

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11285 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
edolomb 2018-01-15 20:24:47 +00:00
parent d988de6231
commit c79776d620
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**