You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/01/15 22:23:24 UTC

[incubator-nuttx] 05/05: arch/stm32h7: Fix nxstyle errors

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 75d3ae959fa713139a67bb6beabc4c2c39f2a52f
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Fri Jan 15 15:44:55 2021 -0500

    arch/stm32h7: Fix nxstyle errors
    
    arch/arm/src/stm32h7/stm32_sdmmc.h:
    
        * Fix nxstyle issues.
---
 arch/arm/src/stm32h7/stm32_sdmmc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/src/stm32h7/stm32_sdmmc.h b/arch/arm/src/stm32h7/stm32_sdmmc.h
index 5b8a1c3..351e204 100644
--- a/arch/arm/src/stm32h7/stm32_sdmmc.h
+++ b/arch/arm/src/stm32h7/stm32_sdmmc.h
@@ -31,7 +31,7 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- ***************************************************************************/
+ ****************************************************************************/
 
 #ifndef __ARCH_ARM_SRC_STM32H7_STM32_SDMMC_H
 #define __ARCH_ARM_SRC_STM32H7_STM32_SDMMC_H
@@ -48,7 +48,7 @@
 #include "hardware/stm32_sdmmc.h"
 
 /****************************************************************************
- * Public Functions
+ * Public Function Prototypes
  ****************************************************************************/
 
 #ifndef __ASSEMBLY__