Skip to content

Commit 4372bd9

Browse files
committed
[NUCLEO-L496ZG] Fix analog first pin
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 9efe5a4 commit 4372bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/NUCLEO_L496ZG/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ enum {
204204
#endif
205205
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
206206
#define NUM_ANALOG_INPUTS 24
207-
#define NUM_ANALOG_FIRST 108
207+
#define NUM_ANALOG_FIRST 107
208208

209209
// On-board LED pin number
210210
#define LED_BUILTIN PC7

0 commit comments

Comments
 (0)