Code cleanup
This commit is contained in:
parent
fc1840e881
commit
048f6b436b
Binary file not shown.
@ -175,7 +175,7 @@ s32 eth_send(volatile void *packet, s32 length)
|
||||
}
|
||||
|
||||
/* copy user data into frame data pointer */
|
||||
memcpy((void *)eth->m_curTX_FD->m_frameDataPtr.bf.dataPtr,
|
||||
memcpy((void *)(eth->m_curTX_FD->m_frameDataPtr.bf.dataPtr),
|
||||
(void *)packet,
|
||||
length);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user