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:
Andrej Butok 2024-06-25 12:40:08 +02:00 committed by Anas Nashif
parent 07994ab5d7
commit 1c8dd59187

View file

@ -57,7 +57,7 @@ Modem pipelink
This module is used to share modem pipes globally. This module aims to 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 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_at_shell.c` and
:zephyr_file:`drivers/modem/modem_cellular.c` for examples of how to :zephyr_file:`drivers/modem/modem_cellular.c` for examples of how to
use the modem pipelink between device driver and application. use the modem pipelink between device driver and application.