...
This commit is contained in:
parent
1efac80154
commit
04a673c60a
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ __inline uint8_t mmnif_read_rx_pending(uint32_t dest_ip)
|
|||
return hdr.pending;
|
||||
#else
|
||||
mm_rx_buffer_t hdr;
|
||||
memcpy(&hdr,(char*)mpb_start_address + ( dest_ip -1 ) * mpb_size,&hdr,sizeof(hdr));
|
||||
memcpy(&hdr,(char*)mpb_start_address + ( dest_ip -1 ) * mpb_size,sizeof(hdr));
|
||||
return hdr.pending;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue