Skip to content

Commit a592ec8

Browse files
committed
fix typo for built in mic PDM line
1 parent bb7a8f2 commit a592ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/clue_nrf52840/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const uint32_t g_ADigitalPinMap[] =
6868

6969
// 35 & 36 - PDM mic
7070
40, // D35 is P1.08 (PDM DAT)
71-
43, // D36 is P1.11 (PDM CLK)
71+
11, // D36 is P0.11 (PDM CLK)
7272

7373
// QSPI pins (not exposed via any header / test point)
7474
19, // D37 is P0.19 (QSPI CLK)

0 commit comments

Comments
 (0)