aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/boards.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-03-04 20:25:26 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-03-08 13:43:41 -0500
commit8863418f0595c8dfd7d01081be941541539827bb (patch)
tree94b86a04e6808df1390e88d809dd54c9aa8edccb /wirish/boards.h
parent8241a4c640d036faa148350219ad3deea72a23c2 (diff)
downloadlibrambutan-8863418f0595c8dfd7d01081be941541539827bb.tar.gz
librambutan-8863418f0595c8dfd7d01081be941541539827bb.zip
Brought examples/ up to date; PIN_MAP bugfix for D24.
(Cherry-pick from refactor with some modifications).
Diffstat (limited to 'wirish/boards.h')
-rw-r--r--wirish/boards.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/boards.h b/wirish/boards.h
index f8505ab..ecb5f69 100644
--- a/wirish/boards.h
+++ b/wirish/boards.h
@@ -134,7 +134,7 @@ typedef struct PinMapping {
/* D23/PC15 */
{GPIOC_BASE, 15, ADC_INVALID, 0, EXTI_CONFIG_PORTC, TIMER_INVALID, TIMER_INVALID},
/* D24/PB9 */
- {GPIOB_BASE, 9, ADC_INVALID, TIMER4_CH4_CCR, EXTI_CONFIG_PORTB, TIMER_INVALID, TIMER_INVALID},
+ {GPIOB_BASE, 9, ADC_INVALID, TIMER4_CH4_CCR, EXTI_CONFIG_PORTB, TIMER4, 4},
/* D25/PD2 */
{GPIOD_BASE, 2, ADC_INVALID, 0, EXTI_CONFIG_PORTD, TIMER_INVALID, TIMER_INVALID},
/* D26/PC10 */