From 606a4c3b59da7cf6c11c6582cfe4e447fb863d4e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 13 Jun 2021 08:28:06 +0000 Subject: [PATCH] Documentation-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14540 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/ports/ARM-common/chtypes.h | 1 + os/common/ports/templates/chtypes.h | 1 + 2 files changed, 2 insertions(+) diff --git a/os/common/ports/ARM-common/chtypes.h b/os/common/ports/ARM-common/chtypes.h index 734819aca..526e77a5f 100644 --- a/os/common/ports/ARM-common/chtypes.h +++ b/os/common/ports/ARM-common/chtypes.h @@ -36,6 +36,7 @@ /** * @name Architecture data constraints + * @{ */ #define PORT_ARCH_SIZEOF_DATA_PTR 4 #define PORT_ARCH_SIZEOF_CODE_PTR 4 diff --git a/os/common/ports/templates/chtypes.h b/os/common/ports/templates/chtypes.h index 4409e973f..72db112f4 100644 --- a/os/common/ports/templates/chtypes.h +++ b/os/common/ports/templates/chtypes.h @@ -36,6 +36,7 @@ /** * @name Architecture data constraints + * @{ */ #define PORT_ARCH_SIZEOF_DATA_PTR 4 #define PORT_ARCH_SIZEOF_CODE_PTR 4