Skip to content

Commit 87bce34

Browse files
committed
Fix analog input count
1 parent 0e3e2ca commit 87bce34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/RUMBA32_F446VE/variant.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ extern const PinName digitalPin[];
117117
// This must be a literal with the same value as PEND
118118
#define NUM_DIGITAL_PINS 87
119119
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
120-
#define NUM_ANALOG_INPUTS 5
121-
#define NUM_ANALOG_FIRST 32
120+
#define NUM_ANALOG_INPUTS 7
121+
#define NUM_ANALOG_FIRST 80
122122

123123
// PWM resolution
124124
#define PWM_RESOLUTION 8

0 commit comments

Comments
 (0)