Files
luban-lite-t3e-pro/application/os/helloworld/main.c

16 lines
259 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
/*
* 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;
}