mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
Missed one file in last commit
This commit is contained in:
parent
01cfe8c315
commit
fa9522da41
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue