Skip to content

Commit 5b24029

Browse files
authored
Merge pull request arduino#211 from GMagician/Fix-AGCM4-total-pins
[AGCM4] Update total pins
2 parents b13e6c6 + a5271b3 commit 5b24029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/grand_central_m4/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extern "C"
5757
*----------------------------------------------------------------------------*/
5858

5959
// Number of pins defined in PinDescription array
60-
#define PINS_COUNT (94)
60+
#define PINS_COUNT (96)
6161
#define NUM_DIGITAL_PINS (53)
6262
#define NUM_ANALOG_INPUTS (19)
6363
#define NUM_ANALOG_OUTPUTS (2)

0 commit comments

Comments
 (0)