diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-09 16:36:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-09 16:36:49 +0000 |
commit | 77934792d53efe99678286bab123c42c546478a7 (patch) | |
tree | 19ff302d365627261bf60802d78669e31bda1b76 /boards | |
parent | 9ab9d1b44b1dfc11094faf3da939d35061b53bed (diff) | |
download | ChibiOS-77934792d53efe99678286bab123c42c546478a7.tar.gz ChibiOS-77934792d53efe99678286bab123c42c546478a7.tar.bz2 ChibiOS-77934792d53efe99678286bab123c42c546478a7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2722 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/GENERIC_SPC563/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/GENERIC_SPC563/board.h b/boards/GENERIC_SPC563/board.h index 53c1140ce..0c840175f 100644 --- a/boards/GENERIC_SPC563/board.h +++ b/boards/GENERIC_SPC563/board.h @@ -34,7 +34,7 @@ * Board frequencies.
*/
#if !defined(EXTCLK)
-#define EXTCLK 8000000
+#define EXTCLK 12000000
#endif
/*
|