Skip to content

Commit bf8456e

Browse files
hpmanoj14cfriedt
authored andcommitted
samples: sensor: qdec: Fix Arduino typo
Fix the typo in the comments Signed-off-by: Manoj Purushothama <[email protected]>
1 parent ce828ab commit bf8456e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/sensor/qdec/boards/nrf52840dk_nrf52840.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
&pinctrl {
2727
qdec_pinctrl: qdec_pinctrl {
2828
group1 {
29-
psels = <NRF_PSEL(QDEC_A, 1, 1)>, /* Ardiuno D0 */
29+
psels = <NRF_PSEL(QDEC_A, 1, 1)>, /* Arduino D0 */
3030
<NRF_PSEL(QDEC_B, 1, 3)>; /* Arduino D2 */
3131
};
3232
};

samples/sensor/qdec/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
&pinctrl {
2727
qdec_pinctrl: qdec_pinctrl {
2828
group1 {
29-
psels = <NRF_PSEL(QDEC_A, 0, 4)>, /* Ardiuno A0 */
29+
psels = <NRF_PSEL(QDEC_A, 0, 4)>, /* Arduino A0 */
3030
<NRF_PSEL(QDEC_B, 0, 6)>; /* Arduino A2 */
3131
};
3232
};

0 commit comments

Comments
 (0)