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

[incubator-nuttx] 14/21: boards: or1k: 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 1051d0ab632a160a7a383dac8edd9e198195cdee
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Tue Mar 16 21:33:31 2021 +0100

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

diff --git a/boards/or1k/mor1kx/or1k/include/board.h b/boards/or1k/mor1kx/or1k/include/board.h
index 6b2e2b4..ed16a43 100644
--- a/boards/or1k/mor1kx/or1k/include/board.h
+++ b/boards/or1k/mor1kx/or1k/include/board.h
@@ -39,7 +39,7 @@
 #define LED_PANIC         (1 << 7)
 
 /****************************************************************************
- * Public Functions
+ * Public Functions Definitions
  ****************************************************************************/
 
 #endif /* __BOARDS_OR1K_MOR1KX_OR1K_INCLUDE_BOARD_H */