boards: shields: nrf7002: docs: Fix blobs command

The blobs for the nRF7002 are located in the nrf_wifi module instead of
hal_nordic.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2025-06-05 15:31:38 +02:00 committed by Dan Kalowsky
commit 709a373768
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ below to retrieve those files.
.. code-block:: console .. code-block:: console
west update west update
west blobs fetch hal_nordic west blobs fetch nrf_wifi
Usage Usage
***** *****

View file

@ -36,7 +36,7 @@ below to retrieve those files.
.. code-block:: console .. code-block:: console
west update west update
west blobs fetch hal_nordic west blobs fetch nrf_wifi
Usage Usage
***** *****