Skip to content

Commit

Permalink
doc: fix board name in DPS310 sample
Browse files Browse the repository at this point in the history
The rename of the nrf52 boards was missed in the sample documentation.

Signed-off-by: Christoph Reiter <[email protected]>
  • Loading branch information
creiter32 authored and carlescufi committed May 15, 2020
1 parent 122c435 commit 05f1b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/sensor/dps310/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ This sample application uses an DPS310 sensor connected to a board via I2C.
Connect the sensor pins according to the connection diagram given in the
`dps310 datasheet`_ at page 18 figure 7.

Build and flash this sample (for example, for the nrf52840_pca10056 board) using
these commands:
Build and flash this sample (for example, for the nrf52840dk_nrf52840 board)
using these commands:

.. zephyr-app-commands::
:zephyr-app: samples/sensors/dps310
:board: nrf52840_pca10056
:board: nrf52840dk_nrf52840
:goals: flash
:compact:

Expand Down

0 comments on commit 05f1b97

Please sign in to comment.