We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254695b commit 42bf800Copy full SHA for 42bf800
variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.cpp
@@ -47,10 +47,10 @@ const PinName digitalPin[] = {
47
// Analog (Ax) pin number array
48
const uint32_t analogInputPin[] = {
49
18, // A0, PB2
50
- 4, // A1, PA11
51
- 5, // A2, PA12
52
- 6, // A3, PA13
53
- 7, // A4, PA14
+ 4, // A1, PA11
+ 5, // A2, PA12
+ 6, // A3, PA13
+ 7 // A4, PA14
54
};
55
56
// ----------------------------------------------------------------------------
0 commit comments