Skip to content

Commit 74a5ed7

Browse files
eugmesnashif
authored andcommitted
doc: guides: porting: shields: fix Arduino header name
``arduino-header-r3`` was incorrectly referred to as ``arduino-r3-header``. Signed-off-by: Ievgenii Meshcheriakov <[email protected]>
1 parent 3d32987 commit 74a5ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/porting/shields.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ GPIO nexus nodes
144144
****************
145145

146146
GPIOs accessed by the shield peripherals must be identified using the
147-
shield GPIO abstraction, for example from the ``arduino-r3-header``
147+
shield GPIO abstraction, for example from the ``arduino-header-r3``
148148
compatible. Boards that provide the header must map the header pins
149149
to SOC-specific pins. This is accomplished by including a `nexus
150150
node`_ that looks like the following into the board devicetree file:

0 commit comments

Comments
 (0)