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
e604f89bb7
commit
196744a3ee
@ -1875,10 +1875,10 @@ static void c5471_eimconfig(struct c5471_driver_s *c5471)
|
||||
putreg32(pbuf, desc);
|
||||
desc += sizeof(uint32_t);
|
||||
|
||||
putreg(0, pbuf);
|
||||
putreg32(0, pbuf);
|
||||
pbuf += EIM_PACKET_BYTES;
|
||||
|
||||
putreg(0, pbuf);
|
||||
putreg32(0, pbuf);
|
||||
pbuf += sizeof(uint32_t); /* Ether Module's "Buffer Usage Word" */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user