diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-20 09:07:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-20 09:07:35 +0000 |
commit | 88b8b3eea1cf7c073e8312ca592ea1e5813e0338 (patch) | |
tree | 3efe9bf4efcda05d419593920ae27a939f1948d3 /testhal/STM32F4xx/CAN/mcuconf.h | |
parent | 0da4614441571b33783c124d6308fdf9dfd10764 (diff) | |
download | ChibiOS-88b8b3eea1cf7c073e8312ca592ea1e5813e0338.tar.gz ChibiOS-88b8b3eea1cf7c073e8312ca592ea1e5813e0338.tar.bz2 ChibiOS-88b8b3eea1cf7c073e8312ca592ea1e5813e0338.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5084 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/CAN/mcuconf.h')
-rw-r--r-- | testhal/STM32F4xx/CAN/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/CAN/mcuconf.h b/testhal/STM32F4xx/CAN/mcuconf.h index 0b732c558..c3b1a182a 100644 --- a/testhal/STM32F4xx/CAN/mcuconf.h +++ b/testhal/STM32F4xx/CAN/mcuconf.h @@ -87,7 +87,7 @@ * CAN driver system settings.
*/
#define STM32_CAN_USE_CAN1 TRUE
-#define STM32_CAN_USE_CAN2 FALSE
+#define STM32_CAN_USE_CAN2 TRUE
#define STM32_CAN_CAN1_IRQ_PRIORITY 11
#define STM32_CAN_CAN2_IRQ_PRIORITY 11
|