mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix compiler error
This commit is contained in:
parent
6380829d0a
commit
b9f681751a
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ int dma_sg_read_complete(struct ip *c, char **buf, size_t *len)
|
|||
|
||||
int ret, bdcnt;
|
||||
uint32_t recvlen, sr;
|
||||
uintptr_t recvbuf = NULL;
|
||||
uintptr_t recvbuf = 0;
|
||||
|
||||
if (!xdma->HasSg)
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue