mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 08:19:23 +08:00
18 lines
289 B
C
18 lines
289 B
C
/*
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2014-07-18 ArdaFu the first version for TM4C129X
|
|
*/
|
|
|
|
#include <rtthread.h>
|
|
|
|
int main(void)
|
|
{
|
|
/* user app entry */
|
|
}
|
|
|