From af649428322234d8816efc0d8ace6c4f481d8250 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 21 Nov 2016 13:56:20 +0000 Subject: 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 --- testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h') diff --git a/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h b/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h index 26129376e..90fb60cff 100644 --- a/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h +++ b/testhal/STM32/STM32F7xx/PWM-ICU/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. -- cgit v1.2.3