aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/internal.h')
-rw-r--r--src/linux/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/internal.h b/src/linux/internal.h
index 001a9072..db841ac9 100644
--- a/src/linux/internal.h
+++ b/src/linux/internal.h
@@ -6,7 +6,7 @@
#include <stdint.h> // uint32_t
#include "autoconf.h" // CONFIG_CLOCK_FREQ
-#define MAX_GPIO_LINES 256
+#define MAX_GPIO_LINES 288
#define GPIO(PORT, NUM) ((PORT) * MAX_GPIO_LINES + (NUM))
#define GPIO2PORT(PIN) ((PIN) / MAX_GPIO_LINES)
#define GPIO2PIN(PIN) ((PIN) % MAX_GPIO_LINES)