Skip to content

Commit 4b2ded7

Browse files
MirkoCovizzilemrey
authored andcommitted
samples: buttons: README: fix button number
On the DK the 4th button is named `Button 3`, so the documentation needs to be adjusted accordingly. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent bab9456 commit 4b2ded7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/buttons/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The sample supports the following development kits:
2727
Overview
2828
********
2929

30-
1. The sample function starts by logging the start of the application and instructs the user to press Button 4 (connected to ``PIN_BTN_3``) to terminate the program.
30+
1. The sample function starts by logging the start of the application and instructs the user to press Button 3 (connected to ``PIN_BTN_3``) to terminate the program.
3131
#. It initializes the running variable to ``true``.
3232
#. An array of ``struct lite_buttons_config`` is defined for configuring each button.
3333
Each configuration specifies:

0 commit comments

Comments
 (0)