1
0
Fork 0
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:
Steffen Vogel 2016-09-13 21:15:53 -04:00
parent 6380829d0a
commit b9f681751a

View file

@ -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;