Skip to content

Commit b68ef39

Browse files
committed
CM3DS: fix clock frequency value
This commit changes the clock frequency to the good value of 25 MHz. Change-Id: I18e559718619e3b1942c42fda2413b690c7b5852 Signed-off-by: Hugues de Valon <[email protected]>
1 parent 9f107d2 commit b68ef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_ARM_SSG/TARGET_CM3DS_MPS2/device/system_CMSDK_CM3DS.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/*----------------------------------------------------------------------------
2626
* Define clocks
2727
*----------------------------------------------------------------------------*/
28-
#define __XTAL (48000000UL) /* Oscillator frequency */
28+
#define __XTAL (50000000UL) /* Oscillator frequency */
2929

3030
#define __SYSTEM_CLOCK (__XTAL / 2)
3131

0 commit comments

Comments
 (0)