mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-27 19:46:21 +03:00
Merge pull request #1308 from djacobow/dgj/extend_max_pin_number
extend max pin number to 1000
This commit is contained in:
@@ -433,7 +433,7 @@ enum {
|
||||
#ifdef HAVE_LINUXGPIO
|
||||
/* Embedded systems might have a lot more gpio than only 0-31 */
|
||||
#undef PIN_MAX
|
||||
#define PIN_MAX 400 /* largest allowed pin number */
|
||||
#define PIN_MAX 1000 /* largest allowed pin number */
|
||||
#endif
|
||||
|
||||
/** Number of pins in each element of the bitfield */
|
||||
|
||||
Reference in New Issue
Block a user