Skip to content

Commit a5271b3

Browse files
committed
Update total pins
pin 95 is onboard SD detect. Real total pins is then 96 not 95
1 parent b13e6c6 commit a5271b3

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)