mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 17:18:56 +00:00
15 lines
200 B
C
Executable File
15 lines
200 B
C
Executable File
/*
|
|
* Copyright (c) 2022, ArtInChip Technology Co., Ltd
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Authors: weilin.peng@artinchip.com
|
|
*/
|
|
|
|
#include <rtthread.h>
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|