aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-03-07 15:40:29 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-03-07 15:40:29 -0500
commite17fec9095668d37452ff7a57c7378316b22caf6 (patch)
tree11ab09c5cf2f11208a5d3c338aabf781c53ae9d7
parent617deeb6ef59b48e06d7cd7bd82c02e4bd4c962f (diff)
downloadlibrambutan-e17fec9095668d37452ff7a57c7378316b22caf6.tar.gz
librambutan-e17fec9095668d37452ff7a57c7378316b22caf6.zip
Maple Mini ERROR_LED_PIN fix.
-rw-r--r--libmaple/libmaple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/libmaple.h b/libmaple/libmaple.h
index 02e27d3..6b49c45 100644
--- a/libmaple/libmaple.h
+++ b/libmaple/libmaple.h
@@ -162,7 +162,7 @@
#define STACK_TOP 0x20000800
#define ERROR_LED_PORT GPIOB_BASE
- #define ERROR_LED_PIN 12
+ #define ERROR_LED_PIN 1
#define ERROR_USART_NUM USART2
#define ERROR_USART_BAUD 9600
#define ERROR_TX_PORT GPIOA_BASE