doc: modem: fix double from
Fix the double 'from' in the "Modem pipelink" chapter. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
parent
07994ab5d7
commit
1c8dd59187
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ Modem pipelink
|
|||
|
||||
This module is used to share modem pipes globally. This module aims to
|
||||
decouple the creation and setup of modem pipes in device drivers from
|
||||
from the users of said pipes. See
|
||||
the users of said pipes. See
|
||||
:zephyr_file:`drivers/modem/modem_at_shell.c` and
|
||||
:zephyr_file:`drivers/modem/modem_cellular.c` for examples of how to
|
||||
use the modem pipelink between device driver and application.
|
||||
|
|
|
|||
Loading…
Reference in a new issue