mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
@@ -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" */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user