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/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 543d7c87bc risc-v/k230: update documents
543d7c87bc is described below

commit 543d7c87bc6a5bf18d24af51dda793fdbf8b70d2
Author: stydxm <sty...@outlook.com>
AuthorDate: Wed Apr 30 04:04:41 2025 +0800

    risc-v/k230: update documents
    
    fix typo
    remove a `)` that should not be here
    
    Signed-off-by: stydxm <sty...@outlook.com>
---
 Documentation/platforms/risc-v/k230/boards/canmv230/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/platforms/risc-v/k230/boards/canmv230/index.rst 
b/Documentation/platforms/risc-v/k230/boards/canmv230/index.rst
index acbaae474c..bb132764b3 100644
--- a/Documentation/platforms/risc-v/k230/boards/canmv230/index.rst
+++ b/Documentation/platforms/risc-v/k230/boards/canmv230/index.rst
@@ -104,7 +104,7 @@ With export package, we can then build the apps and ROMFS:
    $ cd apps
    $ # import the nuttx-export-*.gz package from kernel
    $ tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.gz
-   $ make import)  # build the apps
+   $ make import  # build the apps
    $ # generate ROMFS image for contents in apps/bin folder
    $ tools/mkromfsimg.sh ../nuttx/arch/risc-v/src/board/romfs_boot.c
 

Reply via email to