/* * 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 #include #include "rtdevice.h" int main(void) { rt_kprintf("\n\n\n"); return 0; }