arch/{stm32|stm32f7}/stm32_mpuinit.h: cosmetics

This commit is contained in:
raiden00pl 2023-08-21 09:47:41 +02:00 committed by Xiang Xiao
parent 6168bdf9e0
commit d31402bf3c
2 changed files with 0 additions and 33 deletions

View File

@ -27,18 +27,6 @@
#include <nuttx/config.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Public Types
****************************************************************************/
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Public Function Prototypes
****************************************************************************/

View File

@ -22,7 +22,6 @@
#define __ARCH_ARM_SRC_STM32F7_STM32_MPUINIT_H
/****************************************************************************
* Name: stm32_mpuinitialize
* Included Files
****************************************************************************/
@ -31,28 +30,8 @@
#include <sys/types.h>
#include <stdint.h>
/****************************************************************************
* Name: stm32_mpuinitialize
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Name: stm32_mpuinitialize
* Public Types
****************************************************************************/
/****************************************************************************
* Name: stm32_mpuinitialize
* Inline Functions
****************************************************************************/
#ifndef __ASSEMBLY__
/****************************************************************************
* Name: stm32_mpuinitialize
* Public Data
****************************************************************************/
#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"