aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-30 17:35:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-30 17:35:00 +0000
commit3846f18c1279ab30944e3dd63cc002379be6a5e1 (patch)
treebe9176a8b2023e9fc6ded97cdee570e372351d56 /os/hal/platforms
parent1134fe2a87e70cad601394793f0f01cfef066b70 (diff)
downloadChibiOS-3846f18c1279ab30944e3dd63cc002379be6a5e1.tar.gz
ChibiOS-3846f18c1279ab30944e3dd63cc002379be6a5e1.tar.bz2
ChibiOS-3846f18c1279ab30944e3dd63cc002379be6a5e1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1815 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/STM32/hal_lld.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/platforms/STM32/hal_lld.c b/os/hal/platforms/STM32/hal_lld.c
index 817147026..a533b205c 100644
--- a/os/hal/platforms/STM32/hal_lld.c
+++ b/os/hal/platforms/STM32/hal_lld.c
@@ -73,10 +73,6 @@ const STM32GPIOConfig pal_default_config =
*/
void hal_lld_init(void) {
- /* Note: PRIGROUP 4:0 (4:4).*/
- SCB->AIRCR = (0x05FA << SCB_AIRCR_VECTKEY_Pos) |
- (3 << SCB_AIRCR_PRIGROUP_Pos);
-
/* SysTick initialization using the system clock.*/
SysTick->LOAD = SYSCLK / CH_FREQUENCY - 1;
SysTick->VAL = 0;