mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
Missed one file in last commit
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/fs/fs.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
|
||||
#include <arch/board/board.h>
|
||||
|
||||
@@ -181,5 +182,11 @@ void up_initialize(void)
|
||||
up_netinitialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NETDEV_LOOPBACK
|
||||
/* Initialize the local loopback device */
|
||||
|
||||
(void)localhost_initialize();
|
||||
#endif
|
||||
|
||||
board_led_on(LED_IRQSENABLED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user