1
0
mirror of https://github.com/bmartini/zynq-axis.git synced 2024-09-05 19:19:27 +08:00

White space correction for interface.c

This commit is contained in:
Berin Martini 2015-10-29 01:08:13 +00:00
parent dafc85637a
commit 586efff1a9

View File

@ -119,7 +119,7 @@ void cfg_poll(unsigned int addr, unsigned int data)
int test = 0;
do {
test = cfg_read(addr);
} while (data > test) ;
} while (data > test);
}
void *mem_alloc(const int length, const int byte_nb)