From 558724c98961079775962d9877344204c384f5fc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Jul 2013 07:57:15 +0000 Subject: Fixed bug #420. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5966 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F4xx/hal_lld.c | 1 - 1 file changed, 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/platforms/STM32F4xx/hal_lld.c b/os/hal/platforms/STM32F4xx/hal_lld.c index f72812da9..faf480333 100644 --- a/os/hal/platforms/STM32F4xx/hal_lld.c +++ b/os/hal/platforms/STM32F4xx/hal_lld.c @@ -97,7 +97,6 @@ void hal_lld_init(void) { been initialized in the board initialization file (board.c).*/ rccResetAHB1(~0); rccResetAHB2(~0); - rccResetAHB3(~0); rccResetAPB1(~RCC_APB1RSTR_PWRRST); rccResetAPB2(~0); -- cgit v1.2.3