aboutsummaryrefslogtreecommitdiff
path: root/variants
diff options
context:
space:
mode:
authorNico <NicoHood@users.noreply.github.com>2015-10-23 10:41:56 +0200
committerNico <NicoHood@users.noreply.github.com>2015-10-23 10:41:56 +0200
commite13d186218a3ed537532876e6f82862f18667af6 (patch)
treed2a8aa19b10675ee2f487af0802d961dd3cd62c6 /variants
parent2931a1f7dd274f02939b149f51a6829069ec2894 (diff)
Increased 32u4 maximum pin number
Diffstat (limited to 'variants')
-rw-r--r--variants/leonardo/pins_arduino.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variants/leonardo/pins_arduino.h b/variants/leonardo/pins_arduino.h
index 967ba81..1d98e5e 100644
--- a/variants/leonardo/pins_arduino.h
+++ b/variants/leonardo/pins_arduino.h
@@ -88,7 +88,7 @@
#undef OCR2_6
#undef OCR2_7
-#define NUM_DIGITAL_PINS 30
+#define NUM_DIGITAL_PINS 31
#define NUM_ANALOG_INPUTS 12
#define TX_RX_LED_INIT DDRD |= (1<<5), DDRB |= (1<<0)