diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-12 08:14:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-12 08:14:09 +0000 |
commit | 453458c94a83ec5e2931c1c0e40f6bae3782e18e (patch) | |
tree | 7b328213c21842bc5aded8ab40511d63e7641f89 /testhal | |
parent | 6ec6aa98962c9fcd7f80efad05f47c606bdd7820 (diff) | |
download | ChibiOS-453458c94a83ec5e2931c1c0e40f6bae3782e18e.tar.gz ChibiOS-453458c94a83ec5e2931c1c0e40f6bae3782e18e.tar.bz2 ChibiOS-453458c94a83ec5e2931c1c0e40f6bae3782e18e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5836 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/SPC56ELxx/SPI/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC56ELxx/SPI/mcuconf.h b/testhal/SPC56ELxx/SPI/mcuconf.h index 922e4efc6..384741bdd 100644 --- a/testhal/SPC56ELxx/SPI/mcuconf.h +++ b/testhal/SPC56ELxx/SPI/mcuconf.h @@ -41,7 +41,7 @@ #define SPC5_FMPLL1_IDF_VALUE 5
#define SPC5_FMPLL1_NDIV_VALUE 60
#define SPC5_FMPLL1_ODF SPC5_FMPLL_ODF_DIV4
-#define SPC5_SYSCLK_DIVIDER_VALUE 1
+#define SPC5_SYSCLK_DIVIDER_VALUE 2
#define SPC5_AUX0CLK_SRC SPC5_CGM_SS_FMPLL1
#define SPC5_MCONTROL_DIVIDER_VALUE 15
#define SPC5_SWG_DIVIDER_VALUE 2
|