Removed call to deprecated system_init().

This commit is contained in:
Johny Mattsson 2016-11-12 13:23:09 +11:00
parent 5c1bb4c6d6
commit 389980fc0c
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ void app_main (void)
nodemcu_init ();
nvs_flash_init ();
system_init ();
tcpip_adapter_init ();
start_lua ();