diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-28 12:47:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-28 12:47:21 +0000 |
commit | b94c000dd86448ce81f1a33fa41cc8a98207e1a9 (patch) | |
tree | b1e06e53e0084535c12c22607ec2dc9b1f9a3df1 /testhal/STM32/STM32L4xx/CAN/mcuconf.h | |
parent | 75eac1f57411e538096ce42eb938f4021a658eec (diff) | |
download | ChibiOS-b94c000dd86448ce81f1a33fa41cc8a98207e1a9.tar.gz ChibiOS-b94c000dd86448ce81f1a33fa41cc8a98207e1a9.tar.bz2 ChibiOS-b94c000dd86448ce81f1a33fa41cc8a98207e1a9.zip |
Added more STM32L4xx demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8991 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/CAN/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32L4xx/CAN/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/CAN/mcuconf.h b/testhal/STM32/STM32L4xx/CAN/mcuconf.h index 08ea64d70..bd7401d69 100644 --- a/testhal/STM32/STM32L4xx/CAN/mcuconf.h +++ b/testhal/STM32/STM32L4xx/CAN/mcuconf.h @@ -141,7 +141,7 @@ #define STM32_EXT_EXTI4_IRQ_PRIORITY 6
#define STM32_EXT_EXTI5_9_IRQ_PRIORITY 6
#define STM32_EXT_EXTI10_15_IRQ_PRIORITY 6
-#define STM32_EXT_EXTI16_IRQ_PRIORITYv 6
+#define STM32_EXT_EXTI1635_38_IRQ_PRIORITY 6
#define STM32_EXT_EXTI18_IRQ_PRIORITY 6
#define STM32_EXT_EXTI19_IRQ_PRIORITY 6
#define STM32_EXT_EXTI20_IRQ_PRIORITY 6
|