Files

15 lines
200 B
C
Raw Permalink Normal View History

2023-08-28 09:48:01 +08:00
/*
* 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;
}