mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
examples:hello_nim: fix comment syntax
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
/****************************************************************************
|
#[
|
||||||
|
****************************************************************************
|
||||||
* apps/examples/hello_nim/hello_nim_async.c
|
* apps/examples/hello_nim/hello_nim_async.c
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
@@ -19,6 +20,7 @@
|
|||||||
* under the License.
|
* under the License.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
]#
|
||||||
|
|
||||||
import std/asyncdispatch
|
import std/asyncdispatch
|
||||||
import std/strformat
|
import std/strformat
|
||||||
|
Reference in New Issue
Block a user