diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-21 16:25:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-21 16:25:11 +0000 |
commit | 43011f1886d70446f3f48f79cb99be2a07b6d33f (patch) | |
tree | f2ec297bc12a94047c6a01978931f28141663aaa /testhal/STM32L1xx/EXT/mcuconf.h | |
parent | 8fb998f0a5bcc315fc45a3af1707551de03af63b (diff) | |
download | ChibiOS-43011f1886d70446f3f48f79cb99be2a07b6d33f.tar.gz ChibiOS-43011f1886d70446f3f48f79cb99be2a07b6d33f.tar.bz2 ChibiOS-43011f1886d70446f3f48f79cb99be2a07b6d33f.zip |
STM32 support enhancements, some other fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4313 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx/EXT/mcuconf.h')
-rw-r--r-- | testhal/STM32L1xx/EXT/mcuconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32L1xx/EXT/mcuconf.h b/testhal/STM32L1xx/EXT/mcuconf.h index 4769b314d..1aa91e950 100644 --- a/testhal/STM32L1xx/EXT/mcuconf.h +++ b/testhal/STM32L1xx/EXT/mcuconf.h @@ -86,6 +86,8 @@ #define STM32_EXT_EXTI17_IRQ_PRIORITY 6
#define STM32_EXT_EXTI18_IRQ_PRIORITY 6
#define STM32_EXT_EXTI19_IRQ_PRIORITY 6
+#define STM32_EXT_EXTI20_IRQ_PRIORITY 6
+#define STM32_EXT_EXTI21_22_IRQ_PRIORITY 6
/*
* GPT driver system settings.
|