diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-01-31 00:19:36 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-01-31 00:19:36 -0500 |
commit | 2e7fa60e435469d102522b0bc490ef4f21bbb989 (patch) | |
tree | 9ec3f1f03e3d98e9649fa90f5de1992aa51242dd /wirish | |
parent | f1b64e707d8aa7548954b110368a7eb46b827794 (diff) | |
download | librambutan-2e7fa60e435469d102522b0bc490ef4f21bbb989.tar.gz librambutan-2e7fa60e435469d102522b0bc490ef4f21bbb989.zip |
nvic bugfix; removed unnecessary volatile usage
Diffstat (limited to 'wirish')
-rw-r--r-- | wirish/wirish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/wirish.c b/wirish/wirish.c index 0abec41..89adc1e 100644 --- a/wirish/wirish.c +++ b/wirish/wirish.c @@ -54,7 +54,7 @@ void init(void) { #if NR_DAC_PINS > 0 dac_init(); #endif - + /* initialize clocks */ rcc_clk_init(RCC_CLKSRC_PLL, RCC_PLLSRC_HSE, RCC_PLLMUL_9); rcc_set_prescaler(RCC_PRESCALER_AHB, RCC_AHB_SYSCLK_DIV_1); |