update && del file

This commit is contained in:
flyingcys 2018-06-13 00:14:16 +08:00
parent 78a92ae102
commit d3d446bf7c
854 changed files with 10 additions and 106715 deletions

View file

@ -23,6 +23,8 @@ static rt_uint8_t main_stack[RT_MAIN_THREAD_STACK_SIZE];
struct rt_thread main_thread;
#endif
extern int amebaz_wifi_start(void);
/* the system main thread */
void main_thread_entry(void *parameter)
{
@ -34,6 +36,9 @@ void main_thread_entry(void *parameter)
rt_components_init();
#endif
if(amebaz_wifi_start() != RT_EOK)
rt_kprintf("amebaz_wifi_start failed...\n");
/* invoke system main function */
#if defined (__CC_ARM)
$Super$$main(); /* for ARMCC. */

File diff suppressed because it is too large Load diff