aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-26 11:50:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-26 11:50:16 +0000
commitf7806e12e4104b40d57c047e6ec2816a74b0c6e5 (patch)
tree9b580581b5bef4fabe9d53593c77904b28ca5e3a /demos
parente396a6007e50d7a082597275fbdef20a025cde5f (diff)
downloadChibiOS-f7806e12e4104b40d57c047e6ec2816a74b0c6e5.tar.gz
ChibiOS-f7806e12e4104b40d57c047e6ec2816a74b0c6e5.tar.bz2
ChibiOS-f7806e12e4104b40d57c047e6ec2816a74b0c6e5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5627 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/PPC-SPC564A-GCC/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/PPC-SPC564A-GCC/mcuconf.h b/demos/PPC-SPC564A-GCC/mcuconf.h
index 5be76284c..9414d1f41 100644
--- a/demos/PPC-SPC564A-GCC/mcuconf.h
+++ b/demos/PPC-SPC564A-GCC/mcuconf.h
@@ -33,8 +33,8 @@
#define SPC5_NO_INIT FALSE
#define SPC5_CLK_BYPASS FALSE
#define SPC5_ALLOW_OVERCLOCK FALSE
-#define SPC5_CLK_PREDIV_VALUE 8
-#define SPC5_CLK_MFD_VALUE 60
+#define SPC5_CLK_PREDIV_VALUE 2
+#define SPC5_CLK_MFD_VALUE 75
#define SPC5_CLK_RFD SPC5_RFD_DIV2
#define SPC5_FLASH_BIUCR (BIUCR_BANK1_TOO | \
BIUCR_MASTER4_PREFETCH | \