diff options
| author | Qiuwen Lu <[email protected]> | 2017-03-15 11:18:38 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2017-03-15 11:18:38 +0800 |
| commit | 9ddd126179cbe64bca907c5cff78d8173aeadd95 (patch) | |
| tree | e2c9db3989ca901bd926aa9807b0ab9a8f2fe6f6 /examples | |
| parent | 04eec22b79b947c2b6fc1edb0e683a1b477d0bd8 (diff) | |
完善消息通信机制、应用管理功能。整理APP库中的实现。
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/testapp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/testapp.c b/examples/testapp.c index 987c5f0..cfb1b21 100644 --- a/examples/testapp.c +++ b/examples/testapp.c @@ -6,5 +6,7 @@ int main(int argc, char * argv[]) { int ret = marsio_init("testapp"); + + for (;;) sleep(1); return ret; }
\ No newline at end of file |
