diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-11-21 13:56:20 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-11-21 13:56:20 +0000 |
commit | af649428322234d8816efc0d8ace6c4f481d8250 (patch) | |
tree | 373b3cdea94f482b92680ef382cb0ddccbd4b5c6 /testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h | |
parent | 2c5ca8e4ad494e8cbc9b36dede48dc0a9b47691b (diff) | |
download | ChibiOS-af649428322234d8816efc0d8ace6c4f481d8250.tar.gz ChibiOS-af649428322234d8816efc0d8ace6c4f481d8250.tar.bz2 ChibiOS-af649428322234d8816efc0d8ace6c4f481d8250.zip |
Added CAN3 support to the STM32 CANv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9942 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h b/testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h index 2c1df419d..6fb3bd0d6 100644 --- a/testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h +++ b/testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h @@ -113,8 +113,10 @@ */
#define STM32_CAN_USE_CAN1 FALSE
#define STM32_CAN_USE_CAN2 FALSE
+#define STM32_CAN_USE_CAN3 FALSE
#define STM32_CAN_CAN1_IRQ_PRIORITY 11
#define STM32_CAN_CAN2_IRQ_PRIORITY 11
+#define STM32_CAN_CAN3_IRQ_PRIORITY 11
/*
* DAC driver system settings.
|