diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-04 20:25:26 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-04 23:16:32 -0500 |
commit | 02e76ec27b5737bce836a5460427b538076f01ef (patch) | |
tree | 30fb1f21caba0504ff414edc853474f0d365f790 /wirish | |
parent | 7973deea3908f4f865f59c5e2df1eef6810cc70e (diff) | |
download | librambutan-02e76ec27b5737bce836a5460427b538076f01ef.tar.gz librambutan-02e76ec27b5737bce836a5460427b538076f01ef.zip |
Brought examples/ up to date; PIN_MAP bugfix for D24.
Diffstat (limited to 'wirish')
-rw-r--r-- | wirish/boards.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/boards.h b/wirish/boards.h index 989eea1..ee93c5a 100644 --- a/wirish/boards.h +++ b/wirish/boards.h @@ -133,7 +133,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 */ |