File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
variants/redboard_artemis_atp/config Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ extern Uart Serial1;
5555#define A31 ap3_analog_A31
5656#define A13 ap3_analog_A13
5757#define A12 ap3_analog_A12
58+ #define A32 ap3_analog_A32
5859#define A33 ap3_analog_A33
5960#define A35 ap3_analog_A35
6061
@@ -66,6 +67,7 @@ extern const ap3_gpio_pin_t ap3_analog_A16;
6667extern const ap3_gpio_pin_t ap3_analog_A31;
6768extern const ap3_gpio_pin_t ap3_analog_A13;
6869extern const ap3_gpio_pin_t ap3_analog_A12;
70+ extern const ap3_gpio_pin_t ap3_analog_A32;
6971extern const ap3_gpio_pin_t ap3_analog_A33;
7072extern const ap3_gpio_pin_t ap3_analog_A35;
7173
@@ -83,4 +85,4 @@ extern const ap3_gpio_pin_t ap3_analog_A35;
8385#define MIC_DATA 36
8486#define MIC_CLOCK 37
8587
86- #endif // _AP3_VARIANT_H_
88+ #endif // _AP3_VARIANT_H_
You can’t perform that action at this time.
0 commit comments