Skip to content

Commit 9d0269c

Browse files
committed
[ARMED_V1] Fix wrong NUM_DIGITAL_PINS value
Signed-off-by: Frederic Pillon <[email protected]>
1 parent cbd68ef commit 9d0269c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/ARMED_V1/variant.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ extern "C" {
108108
#define PE14 78 //D78
109109
#define PE15 79 //D79
110110

111-
// This must be a literal with the same value as PEND
112-
#define NUM_DIGITAL_PINS 83
111+
// This must be a literal
112+
#define NUM_DIGITAL_PINS 80
113113
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
114114
#define NUM_ANALOG_INPUTS 3
115115
#define NUM_ANALOG_FIRST 32

0 commit comments

Comments
 (0)