Skip to content

Commit edb61ec

Browse files
committed
Generic has pin count of 32
1 parent 7bbfca6 commit edb61ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/Generic/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ extern "C"
3636
#endif // __cplusplus
3737

3838
// Number of pins defined in PinDescription array
39-
#define PINS_COUNT (31u)
40-
#define NUM_DIGITAL_PINS (31u)
39+
#define PINS_COUNT (32u)
40+
#define NUM_DIGITAL_PINS (32u)
4141
#define NUM_ANALOG_INPUTS (6u)
4242
#define NUM_ANALOG_OUTPUTS (0u)
4343

0 commit comments

Comments
 (0)