mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
clean up module config file and SConscript
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1113 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -9,7 +9,7 @@ static void function(int count1, int count2, int count3)
|
||||
rt_kprintf("Hello RT-Thread %d %d\n", count1, count2, count3);
|
||||
}
|
||||
|
||||
int rt_application_entry(void)
|
||||
int rt_application_init(void)
|
||||
{
|
||||
int i;
|
||||
rt_kprintf("application entry\n");
|
||||
|
||||
Reference in New Issue
Block a user