This commit is contained in:
pvvx 2017-03-23 22:35:55 +03:00
parent d6e5189e71
commit ea5f1c1b46
13 changed files with 1739 additions and 1739 deletions

View file

@ -489,11 +489,11 @@ void wifi_init_thrd(void) {
p_wlan_autoreconnect_hdl = NULL;
if (wifi_cfg.mode != RTW_MODE_NONE) {
wifi_mode = wifi_cfg.mode;
user_start();
#if CONFIG_WIFI_IND_USE_THREAD
wifi_manager_init();
#endif
wifi_run(wifi_cfg.mode);
user_start();
}
/* Initilaize the console stack */
console_init();

View file

@ -204,7 +204,7 @@ SECTIONS
*(.hal.gpio.data*)
*(.fwu.data*)
*(.bdsram.data*)
*(.bfsram.data*)
*(.bfsram.data*)
*(COMMON)
*(.bss*)
*(.sdram.bss*)