4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 00:03:31 +08:00
2021-06-23 14:00:13 +08:00

21 lines
355 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-06-21 RiceChen the first version
*/
#include <stdio.h>
#include <rtthread.h>
#include "rtdevice.h"
int main(void)
{
rt_kprintf("\n<RT-Thread -- GD32F350R8T6>\n\n");
return 0;
}