doc: fix API name in sample code
Change-Id: Idcf36fcdf8f34d31aad43ec7bd880af1623d1749 Signed-off-by: Rohit Grover <rohit.grover@arm.com>
This commit is contained in:
parent
c8a589e06e
commit
8191ba6c07
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ of data items to multiple consumer fibers, if desired.
|
|||
ARG_UNUSED(unused2);
|
||||
|
||||
while (1) {
|
||||
rx_data = nano_fiber_fifo_get_wait(&signal_fifo, TICKS_NONE);
|
||||
rx_data = nano_fiber_fifo_get(&signal_fifo, TICKS_NONE);
|
||||
|
||||
/* process FIFO data */
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue