diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-01 11:44:40 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-01 11:44:40 +0000 |
commit | 8fabd4641a6d869901256d8b1b4163a6a99b05f6 (patch) | |
tree | 93e80b82befc469802aa19ac552a58b3452214e8 /testhal | |
parent | 228be31cd61c1cf26190431281a9ca9fd067c2e7 (diff) | |
download | ChibiOS-8fabd4641a6d869901256d8b1b4163a6a99b05f6.tar.gz ChibiOS-8fabd4641a6d869901256d8b1b4163a6a99b05f6.tar.bz2 ChibiOS-8fabd4641a6d869901256d8b1b4163a6a99b05f6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4378 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM8S/SPI/demo/mcuconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM8S/SPI/demo/mcuconf.h b/testhal/STM8S/SPI/demo/mcuconf.h index cdab55872..4b1082e5a 100644 --- a/testhal/STM8S/SPI/demo/mcuconf.h +++ b/testhal/STM8S/SPI/demo/mcuconf.h @@ -36,7 +36,6 @@ #define STM8S_SYSCLK_SOURCE CLK_SYSSEL_HSE
#define STM8S_HSI_DIVIDER CLK_HSI_DIV1
#define STM8S_CPU_DIVIDER CLK_CPU_DIV1
-#define STM8S_CAN_DIVIDER_VALUE 1
/*
* SERIAL driver system settings.
|