From 0b5d6d6f77d0869cfdf4c793bc3e831557902067 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 11 Feb 2018 15:11:45 +0000 Subject: Last minute fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11481 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include/hal_crypto.h') diff --git a/os/hal/include/hal_crypto.h b/os/hal/include/hal_crypto.h index 01ce3c33f..3edf23440 100644 --- a/os/hal/include/hal_crypto.h +++ b/os/hal/include/hal_crypto.h @@ -32,7 +32,7 @@ /*===========================================================================*/ /** - * #brief Maximum size of a key for all supported algorithms. + * @brief Maximum size of a key for all supported algorithms. */ #define HAL_CRY_MAX_KEY_SIZE 32 -- cgit v1.2.3