Skip to content

Commit ffd8715

Browse files
fpistmxC0000005
authored andcommitted
[NUCLEO-L496ZG] Fix analog first pin
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 9680334 commit ffd8715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/NUCLEO_L496ZG/variant.h

+1-1
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)