summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xports/rp2/boards/make-pins.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/rp2/boards/make-pins.py b/ports/rp2/boards/make-pins.py
index cbc342470..3acf5b951 100755
--- a/ports/rp2/boards/make-pins.py
+++ b/ports/rp2/boards/make-pins.py
@@ -10,8 +10,8 @@ import boardgen
# This is NUM_BANK0_GPIOS. Pin indices are 0 to 29 (inclusive).
NUM_GPIOS = 30
-# Up to 10 additional extended pins (e.g. via the wifi chip).
-NUM_EXT_GPIOS = 10
+# Up to 32 additional extended pins (e.g. via the wifi chip or io expanders).
+NUM_EXT_GPIOS = 32
class Rp2Pin(boardgen.Pin):