14
examples/ports.json
Normal file
14
examples/ports.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
"export": "INIT_APP_EXPORT(hello_world)",
|
||||
"function": "int hello_world(void)",
|
||||
"is_cpp": false
|
||||
},
|
||||
{
|
||||
"export": "MSH_CMD_EXPORT(test_f, hello word)",
|
||||
"function": "int test_f(void)",
|
||||
"is_cpp": false
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user