Commit 8f925e64 authored by Vowstar's avatar Vowstar
Browse files

Merge pull request #435 from dnc40085/dev096-wifi.sta.getap_CB_fix

Fixed bug in wifi_scan_done (Issue #434)
parents fc8fa2cc 7244d51b
......@@ -84,7 +84,7 @@ static void wifi_scan_done(void *arg, STATUS status)
}
else
{
lua_pushnil(gL);
lua_newtable( gL );
}
lua_call(gL, 1, 0);
if(wifi_scan_succeed != LUA_NOREF)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment