Fix compile issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2377 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
74e2893056
commit
8ed8fb28a8
@ -1875,10 +1875,10 @@ static void c5471_eimconfig(struct c5471_driver_s *c5471)
|
|||||||
putreg32(pbuf, desc);
|
putreg32(pbuf, desc);
|
||||||
desc += sizeof(uint32_t);
|
desc += sizeof(uint32_t);
|
||||||
|
|
||||||
putreg(0, pbuf);
|
putreg32(0, pbuf);
|
||||||
pbuf += EIM_PACKET_BYTES;
|
pbuf += EIM_PACKET_BYTES;
|
||||||
|
|
||||||
putreg(0, pbuf);
|
putreg32(0, pbuf);
|
||||||
pbuf += sizeof(uint32_t); /* Ether Module's "Buffer Usage Word" */
|
pbuf += sizeof(uint32_t); /* Ether Module's "Buffer Usage Word" */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -194,9 +194,11 @@ int user_start(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_NET_TCP
|
||||||
printf("Starting webserver\n");
|
printf("Starting webserver\n");
|
||||||
httpd_init();
|
httpd_init();
|
||||||
httpd_listen();
|
httpd_listen();
|
||||||
|
#endif
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user