mirror of https://github.com/ARMmbed/mbed-os.git
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 <hugues.devalon@arm.com>pull/6696/head
parent
9f107d2c73
commit
b68ef3981d
|
@ -25,7 +25,7 @@
|
|||
/*----------------------------------------------------------------------------
|
||||
* Define clocks
|
||||
*----------------------------------------------------------------------------*/
|
||||
#define __XTAL (48000000UL) /* Oscillator frequency */
|
||||
#define __XTAL (50000000UL) /* Oscillator frequency */
|
||||
|
||||
#define __SYSTEM_CLOCK (__XTAL / 2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue