From 875d2383d026f8c6adc8a00c0fdfc6f327ea29e3 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 24 Nov 2022 20:43:15 +0000 Subject: [PATCH] Improve documentation Signed-off-by: Dave Rodgman --- library/alignment.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/alignment.h b/library/alignment.h index 755cde384..dedfdc9e7 100644 --- a/library/alignment.h +++ b/library/alignment.h @@ -31,6 +31,7 @@ * be aligned. * * \param p pointer to 4 bytes of data + * \return Data at the given address */ inline uint32_t mbedtls_get_unaligned_uint32( void const *p ) {