[DISCO_F429ZI] changed clock settings

Correction of wrong comments.
pull/797/head
ohagendorf 2014-12-15 22:37:37 +01:00
parent 2002b797ad
commit 7eb385ec41
1 changed files with 2 additions and 2 deletions

View File

@ -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 */
/**
* @}