mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
16 lines
259 B
C
16 lines
259 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2022, ArtInChip Technology Co., Ltd
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*
|
||
|
|
* Authors: weilin.peng@artinchip.com
|
||
|
|
*/
|
||
|
|
#include <stdio.h>
|
||
|
|
#include <rtthread.h>
|
||
|
|
|
||
|
|
int main(void)
|
||
|
|
{
|
||
|
|
// printf("test !!!!!!!!!!!!!!!\n\n\n");
|
||
|
|
return 0;
|
||
|
|
}
|