Skip to content

Commit ce828ab

Browse files
hpmanoj14cfriedt
authored andcommitted
tests: boards: nrf: qdec: Fix Arduino typo
Fix the typo in the comments Signed-off-by: Manoj Purushothama <[email protected]>
1 parent 51cba9d commit ce828ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/boards/nrf/qdec/boards/nrf52840dk_nrf52840.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
&pinctrl {
3535
qdec_pinctrl: qdec_pinctrl {
3636
group1 {
37-
psels = <NRF_PSEL(QDEC_A, 1, 1)>, /* Ardiuno D0 */
37+
psels = <NRF_PSEL(QDEC_A, 1, 1)>, /* Arduino D0 */
3838
<NRF_PSEL(QDEC_B, 1, 3)>; /* Arduino D2 */
3939
};
4040
};
4141

4242
qdec_sleep_pinctrl: qdec_sleep_pinctrl {
4343
group1 {
44-
psels = <NRF_PSEL(QDEC_A, 1, 1)>, /* Ardiuno D0 */
44+
psels = <NRF_PSEL(QDEC_A, 1, 1)>, /* Arduino D0 */
4545
<NRF_PSEL(QDEC_B, 1, 3)>; /* Arduino D2 */
4646
low-power-enable;
4747
};

tests/boards/nrf/qdec/boards/nrf5340dk_nrf5340_cpuapp.overlay

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

0 commit comments

Comments
 (0)