aboutsummaryrefslogtreecommitdiffstats
path: root/boards/GENERIC_SPC564A
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-13 13:20:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-13 13:20:42 +0000
commit6f4b10548d89d95cc4ec92aaf51c12dfa455055c (patch)
tree4ad2be9cb0d31432b4395a646b2b1aed11452c04 /boards/GENERIC_SPC564A
parent3670cd18fa9d58ee18e0b0f5ef23bde587c63fd0 (diff)
downloadChibiOS-6f4b10548d89d95cc4ec92aaf51c12dfa455055c.tar.gz
ChibiOS-6f4b10548d89d95cc4ec92aaf51c12dfa455055c.tar.bz2
ChibiOS-6f4b10548d89d95cc4ec92aaf51c12dfa455055c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5424 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/GENERIC_SPC564A')
-rw-r--r--boards/GENERIC_SPC564A/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/GENERIC_SPC564A/board.h b/boards/GENERIC_SPC564A/board.h
index a5e4d0834..f97840795 100644
--- a/boards/GENERIC_SPC564A/board.h
+++ b/boards/GENERIC_SPC564A/board.h
@@ -29,7 +29,7 @@
* Board frequencies.
*/
#if !defined(SPC5_XOSC_CLK)
-#define SPC5_XOSC_CLK 8000000
+#define SPC5_XOSC_CLK 40000000
#endif
/*