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:22 UTC

[incubator-nuttx] 03/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 c76fd28b835f399cd5baeb68912a150bb8369a6e
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Fri Jan 15 15:42:02 2021 -0500

    arch/stm32h7: Fix nxstyle errors
    
    arch/arm/src/stm32h7/stm32_uid.c:
    
        * Fix nxstyle issues.
---
 arch/arm/src/stm32h7/stm32_uid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/stm32h7/stm32_uid.c b/arch/arm/src/stm32h7/stm32_uid.c
index 6d08c2a..5e0785d 100644
--- a/arch/arm/src/stm32h7/stm32_uid.c
+++ b/arch/arm/src/stm32h7/stm32_uid.c
@@ -1,4 +1,4 @@
-/******************************************************************************
+/****************************************************************************
  * arch/arm/src/stm32/stm32_uid.c
  *
  *   Copyright (C) 2015 Marawan Ragab. All rights reserved.