diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-01-18 22:37:04 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-01-18 22:37:04 +0000 |
commit | ea577c45b76ce97edebb3863f1aabf9b89024d98 (patch) | |
tree | cc21e45d048e85bde54843b05b2e8a2da1f6057e /os | |
parent | 4579b368b9267953fb22c59085739e9c7f95fecb (diff) | |
download | ChibiOS-ea577c45b76ce97edebb3863f1aabf9b89024d98.tar.gz ChibiOS-ea577c45b76ce97edebb3863f1aabf9b89024d98.tar.bz2 ChibiOS-ea577c45b76ce97edebb3863f1aabf9b89024d98.zip |
Correct the crypto file name in doxygen comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11336 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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 31d458c08..63f5bccb5 100644 --- a/os/hal/templates/hal_crypto_lld.h +++ b/os/hal/templates/hal_crypto_lld.h @@ -15,7 +15,7 @@ */
/**
- * @file hal_cry_lld.h
+ * @file hal_crypto_lld.h
* @brief PLATFORM cryptographic subsystem low level driver header.
*
* @addtogroup CRYPTO
|