Update boards/STM32_PRIMER2 for newer ChibiOS/RT

This commit is contained in:
NIIBE Yutaka
2013-02-18 16:32:21 +09:00
parent 605d8ef6c1
commit 38bbd38d14
4 changed files with 22 additions and 9 deletions

View File

@@ -7,8 +7,8 @@
#define STM32_PLLMUL_VALUE 12
#define STM32_HPRE STM32_HPRE_DIV1
#define STM32_PPRE1 STM32_PPRE1_DIV2
#define STM32_PPRE2 STM32_PPRE2_DIV2
#define STM32_ADCPRE STM32_ADCPRE_DIV4
#define STM32_MCO STM32_MCO_NOCLOCK
#define STM32_PPRE2 STM32_PPRE2_DIV1
#define STM32_ADCPRE STM32_ADCPRE_DIV6
#define STM32_RTCSEL STM32_RTCSEL_NOCLOCK
#include "mcuconf-common.h"