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:
parent
dafc85637a
commit
586efff1a9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user