Skip to content

Commit e830370

Browse files
committed
fix missing dac1 definition (on stemma connector)
1 parent b216a22 commit e830370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/pyportal_m4/variant.h

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ extern "C"
103103
#define PIN_A8 (PIN_A0 + 8)
104104
#define PIN_A9 (PIN_A0 + 9)
105105
#define PIN_DAC0 PIN_A0
106+
#define PIN_DAC1 PIN_A1
106107

107108
static const uint8_t A0 = PIN_A0;
108109
static const uint8_t A1 = PIN_A1;

0 commit comments

Comments
 (0)