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-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new b43fd50ff examples:hello_nim: fix comment syntax
b43fd50ff is described below

commit b43fd50ff02bbc39de34b1fa6fbdc2e2da225ac6
Author: Hiroki Noda <kub...@gmail.com>
AuthorDate: Wed Jan 29 23:25:31 2025 +0900

    examples:hello_nim: fix comment syntax
---
 examples/hello_nim/hello_nim_async.nim | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/hello_nim/hello_nim_async.nim 
b/examples/hello_nim/hello_nim_async.nim
index 664fe7d9b..08e5a3b86 100644
--- a/examples/hello_nim/hello_nim_async.nim
+++ b/examples/hello_nim/hello_nim_async.nim
@@ -1,4 +1,5 @@
-/****************************************************************************
+#[
+ ****************************************************************************
  * apps/examples/hello_nim/hello_nim_async.c
  *
  * SPDX-License-Identifier: Apache-2.0
@@ -19,6 +20,7 @@
  * under the License.
  *
  ****************************************************************************/
+]#
 
 import std/asyncdispatch
 import std/strformat

Reply via email to