Update ChangeLog

This commit is contained in:
Gregory Nutt
2015-02-13 18:39:43 -06:00
parent bc273596bb
commit a1d3faaa8a
2 changed files with 3 additions and 4 deletions
+3 -1
View File
@@ -466,7 +466,9 @@ void os_start(void)
#endif
#ifdef CONFIG_NET
/* Initialize the network system */
/* Initialize the networking systeming. This must be done prior to
* registering network drivers.
*/
net_initialize();
#endif