remove typo
This commit is contained in:
parent
90e2347c42
commit
904dc76af8
1 changed files with 4 additions and 1 deletions
|
@ -26,6 +26,9 @@
|
|||
#include <metalsvm/syscall.h>
|
||||
#include <metalsvm/vma.h>
|
||||
#include <metalsvm/page.h>
|
||||
#ifdef CONFIG_LWIP
|
||||
#include <lwip/opt.h>
|
||||
#endif
|
||||
#ifdef CONFIG_ROCKCREEK
|
||||
#include <asm/icc.h>
|
||||
#include <asm/RCCE.h>
|
||||
|
@ -502,7 +505,7 @@ int test_init(void)
|
|||
//create_user_task(NULL, "/bin/jacobi", argv);
|
||||
//create_user_task(NULL, "/bin/mshell", argv);
|
||||
//create_user_task(NULL, "/bin/jacobi", argv);
|
||||
#ifdef CONFIG_LWIP
|
||||
#if defined(CONFIG_LWIP) && LWIP_SOCKET
|
||||
if (RCCE_ue() == 0) {
|
||||
kprintf("Start /bin/server...\n");
|
||||
create_user_task(NULL, "/bin/server", server_argv);
|
||||
|
|
Loading…
Add table
Reference in a new issue