Add getphymode and setphymode to wifi module

This commit is contained in:
dnc40085 2015-04-26 19:51:15 -07:00
parent 7b8d2f449e
commit efd2de6025
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ static int wifi_setphymode( lua_State* L )
return 1; return 1;
} }
// Lua: realmode = getmode() // Lua: wifi.getphymode()
static int wifi_getphymode( lua_State* L ) static int wifi_getphymode( lua_State* L )
{ {
unsigned mode; unsigned mode;