neug_get() does not have any argument.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
7738c1902e
commit
33b33fdbba
1 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ void neug_flush(void) {
|
|||
rb_del (rb);
|
||||
}
|
||||
|
||||
uint32_t neug_get(int kick) {
|
||||
uint32_t neug_get() {
|
||||
struct rng_rb *rb = &the_ring_buffer;
|
||||
uint32_t v;
|
||||
|
||||
|
|
@ -180,6 +180,6 @@ void neug_wait_full(void) { //should be called only on core1
|
|||
}
|
||||
|
||||
void neug_fini(void) {
|
||||
neug_get(1);
|
||||
neug_get();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue