aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/boards/maple_mini.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/boards/maple_mini.cpp')
-rw-r--r--wirish/boards/maple_mini.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/boards/maple_mini.cpp b/wirish/boards/maple_mini.cpp
index 3bc250b..6a3a86b 100644
--- a/wirish/boards/maple_mini.cpp
+++ b/wirish/boards/maple_mini.cpp
@@ -90,7 +90,7 @@ extern const uint8 boardPWMPins[BOARD_NR_PWM_PINS] __FLASH__ = {
};
extern const uint8 boardADCPins[BOARD_NR_ADC_PINS] __FLASH__ = {
- 3, 4, 5, 6, 7, 8, 9, 10, 11, 33 // NB: 33 is BOARD_LED_PIN
+ 3, 4, 5, 6, 7, 8, 9, 10, 11
};
#define USB_DP 23