FS-5013 --resolve better to submit here and I can tell you when you can commit
This commit is contained in:
parent
af6ae011c7
commit
b3d12d49b3
|
@ -2711,6 +2711,11 @@ SWITCH_STANDARD_APP(fifo_function)
|
||||||
pop_array[x] = temp;
|
pop_array[x] = temp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
int x = 0;
|
||||||
|
for (x = 0; x < MAX_PRI; x++) {
|
||||||
|
pop_array[x] = x;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
while (switch_channel_ready(channel)) {
|
while (switch_channel_ready(channel)) {
|
||||||
|
|
Loading…
Reference in New Issue