diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-06-06 14:00:19 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-06-06 14:00:19 +0000 |
commit | 8143b7257b2eee01c20fa7459f85972ff13e16de (patch) | |
tree | 7b509b77d4bb550db96cf6b973792879a6ecae29 /os/hal/templates | |
parent | c7736ea91eb566669a1e214ceaa88c77c6ad50a2 (diff) | |
download | ChibiOS-8143b7257b2eee01c20fa7459f85972ff13e16de.tar.gz ChibiOS-8143b7257b2eee01c20fa7459f85972ff13e16de.tar.bz2 ChibiOS-8143b7257b2eee01c20fa7459f85972ff13e16de.zip |
Fixed Crypto templete header file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12080 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/templates')
-rw-r--r-- | os/hal/templates/hal_crypto_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/hal_crypto_lld.h b/os/hal/templates/hal_crypto_lld.h index 9c788808b..96f567da7 100644 --- a/os/hal/templates/hal_crypto_lld.h +++ b/os/hal/templates/hal_crypto_lld.h @@ -50,7 +50,7 @@ #define CRY_LLD_SUPPORTS_HMAC_SHA256 TRUE
#define CRY_LLD_SUPPORTS_HMAC_SHA512 TRUE
#define CRY_LLD_SUPPORTS_TRNG TRUE
-/** @{ */
+/** @} */
/*===========================================================================*/
/* Driver pre-compile time settings. */
|