Skip to content

Commit e3f1ea9

Browse files
maidnlfacchinm
authored andcommitted
opta_expansions: remove unexisting AVCC measure pin
1 parent ede5e3e commit e3f1ea9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

variants/OPTA_ANALOG/pins_arduino.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ static const uint8_t SS = PIN_SPI_CS;
103103

104104
#define EXT_INTERRUPTS_HOWMANY 2
105105

106-
#define AVCC_MEASURE_PIN 20
107-
#define AVCC_MULTIPLY_FACTOR 8.33
106+
108107

109108
#define USB_VID (0x2341)
110109
#define USB_PID (0x0071)

variants/OPTA_DIGITAL/pins_arduino.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ static const uint8_t SS = PIN_SPI_CS;
176176

177177
#define EXT_INTERRUPTS_HOWMANY 2
178178

179-
#define AVCC_MEASURE_PIN 20
180-
#define AVCC_MULTIPLY_FACTOR 8.33
179+
181180

182181
#define USB_VID (0x2341)
183182
#define USB_PID (0x006E)

0 commit comments

Comments
 (0)