mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples:hello_nim: fix comment syntax
This commit is contained in:
parent
18838d23bf
commit
b43fd50ff0
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue