We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a42ce0 + cafc527 commit 246b9ffCopy full SHA for 246b9ff
cores/arduino/ard_sup/ap3_analog.h
@@ -30,8 +30,8 @@ SOFTWARE.
30
#define AP3_USE_DEFAULT_TIMER_NUM (0xFF)
31
32
extern const ap3_analog_pad_map_elem_t ap3_analog_map[AP3_ANALOG_PADS];
33
-extern const ap3_analog_channel_map_elem_t ap3_analog_channel_map[AP3_ANALOG_PADS];
34
-extern ap3_analog_configure_map_elem_t ap3_analog_configure_map[AP3_ANALOG_PADS];
+extern const ap3_analog_channel_map_elem_t ap3_analog_channel_map[AP3_ANALOG_CHANNELS];
+extern ap3_analog_configure_map_elem_t ap3_analog_configure_map[AP3_ANALOG_CHANNELS];
35
36
// ADC Device Handle.
37
static void *g_ADCHandle;
0 commit comments