Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/zephyr-training/03_LED/build_blinky.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Overview](devicetree-overview), DT definitions for our board already exist in th
By convention, all Zephyr supported boards that have LEDs should alias those
LEDs to `led0`, `led1`, `...`, `led<n>` in the Devicetree. Let's take the
nRF9160 DK as an example. If we look at [the DTS file for this
board](https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160_common.dtsi)
board](https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_common.dtsi)
we can find the relevant node information for the LED:

```
Expand Down