We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1ea78 commit 0f54255Copy full SHA for 0f54255
1 file changed
CI/update/templates/variant_generic.cpp
@@ -26,7 +26,7 @@ const PinName digitalPin[] = {
26
};
27
28
// Analog (Ax) pin number array
29
-const uint32_t analogInputPin[] = {
+const pin_size_t analogInputPin[] = {
30
{% for analog_pin in analog_pins_list %}
31
{% if not loop.last %}
32
{{"%-3s // %-4s %s"|format("{},".format(analog_pin.val), "{},".format(analog_pin.ax), analog_pin.pyn)}}
0 commit comments