From 7eb385ec41167a2c47bab556108b2713572553e6 Mon Sep 17 00:00:00 2001 From: ohagendorf Date: Mon, 15 Dec 2014 22:37:37 +0100 Subject: [PATCH] [DISCO_F429ZI] changed clock settings Correction of wrong comments. --- .../TARGET_STM32F4/TARGET_DISCO_F429ZI/system_stm32f4xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/system_stm32f4xx.c b/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/system_stm32f4xx.c index d44f773f9f..e21cdc8c15 100644 --- a/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/system_stm32f4xx.c +++ b/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/system_stm32f4xx.c @@ -136,8 +136,8 @@ */ /* Select the SYSCLOCK to start with (0=OFF, 1=ON) */ -#define USE_SYSCLOCK_168 (1) /* Use external xtal */ -#define USE_SYSCLOCK_180 (0) /* Use external clock */ +#define USE_SYSCLOCK_168 (1) /* Use external 8MHz xtal and sets SYSCLK to 168MHz */ +#define USE_SYSCLOCK_180 (0) /* Use external 8MHz xtal and sets SYSCLK to 180MHz */ /** * @}