diff --git a/arch/arm/src/stm32h7/stm32_userspace.c b/arch/arm/src/stm32h7/stm32_userspace.c index 7c6aea00c02..3547a5172a4 100644 --- a/arch/arm/src/stm32h7/stm32_userspace.c +++ b/arch/arm/src/stm32h7/stm32_userspace.c @@ -54,6 +54,10 @@ # error Protected build requires CONFIG_EXPERIMENTAL for now #endif +/**************************************************************************** + * Public Functions + ****************************************************************************/ + /**************************************************************************** * Name: stm32_userspace * diff --git a/arch/arm/src/stm32h7/stm32_userspace.h b/arch/arm/src/stm32h7/stm32_userspace.h index d809d0924a2..183da202a22 100644 --- a/arch/arm/src/stm32h7/stm32_userspace.h +++ b/arch/arm/src/stm32h7/stm32_userspace.h @@ -1,4 +1,4 @@ -/************************************************************************************ +/**************************************************************************** * arch/arm/src/stm32h7/stm32_userspace.h * * Copyright (C) 2019 Gregory Nutt. All rights reserved. @@ -31,14 +31,14 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ************************************************************************************/ + ****************************************************************************/ #ifndef __ARCH_ARM_SRC_STM32H7_STM32_USERSPACE_H #define __ARCH_ARM_SRC_STM32H7_STM32_USERSPACE_H -/************************************************************************************ +/**************************************************************************** * Included Files - ************************************************************************************/ + ****************************************************************************/ #include #include @@ -50,23 +50,23 @@ #include "arm_internal.h" #include "chip.h" -/************************************************************************************ +/**************************************************************************** * Pre-processor Definitions - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Types - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Inline Functions - ************************************************************************************/ + ****************************************************************************/ #ifndef __ASSEMBLY__ -/************************************************************************************ +/**************************************************************************** * Public Data - ************************************************************************************/ + ****************************************************************************/ #undef EXTERN #if defined(__cplusplus) @@ -77,9 +77,9 @@ extern "C" #define EXTERN extern #endif -/************************************************************************************ +/**************************************************************************** * Public Function Prototypes - ************************************************************************************/ + ****************************************************************************/ /**************************************************************************** * Name: stm32_userspace