From f55231f5ba91116a7cd634c5905d266d643db8a8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 21 Jan 2019 18:40:05 +0000 Subject: Documentation fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12569 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/dox/crypto.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'os/hal/dox/crypto.dox') diff --git a/os/hal/dox/crypto.dox b/os/hal/dox/crypto.dox index 9f2ad850c..a04267123 100644 --- a/os/hal/dox/crypto.dox +++ b/os/hal/dox/crypto.dox @@ -15,10 +15,10 @@ */ /** - * @defgroup CRYPTO Crypto Driver - * @brief Generic Crypto Driver. - * @details This module implements a generic Cryptography driver. - * @pre In order to use the I2C driver the @p HAL_USE_CRY option + * @defgroup TRNG TRNG Driver + * @brief Generic True Random Numbers Generator Driver. + * @details This module implements a generic TRNG driver. + * @pre In order to use the TRNG driver the @p HAL_USE_TRNG option * must be enabled in @p halconf.h. * * @ingroup HAL_NORMAL_DRIVERS -- cgit v1.2.3