You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/03/17 15:40:34 UTC

[incubator-nuttx] 18/21: boards: z16: nxstyle fixes

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

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

commit 9dd7f90e0e1c98333bd271d7586f2d2c72f2f77f
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Tue Mar 16 21:39:13 2021 +0100

    boards: z16: nxstyle fixes
    
    Fixes to pass CI
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 boards/z16/z16f/z16f2800100zcog/include/board.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/boards/z16/z16f/z16f2800100zcog/include/board.h b/boards/z16/z16f/z16f2800100zcog/include/board.h
index 4e3df34..4fb5889 100644
--- a/boards/z16/z16f/z16f2800100zcog/include/board.h
+++ b/boards/z16/z16f/z16f2800100zcog/include/board.h
@@ -28,6 +28,7 @@
 /****************************************************************************
  * Pre-processor Definitions
  ****************************************************************************/
+
 /* The Z16F2800100ZCOG board has a 20MHz crystal.  The ZNEO clocking will be
  * configured to use this crystal frequency directly as the clock source
  */
@@ -91,7 +92,7 @@
 #define LED_PANIC              8
 
 /****************************************************************************
- * Public Functions
+ * Public Functions Definitions
  ****************************************************************************/
 
 #undef EXTERN