From 92d4b51ad5d828930334f87d9619a78b5877a384 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Tue, 28 Jul 2015 11:13:33 -0700 Subject: stmhal: Add STM32F7DISC and associated changes. --- stmhal/extint.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stmhal/extint.h') diff --git a/stmhal/extint.h b/stmhal/extint.h index 6eb2137414..c40ced3035 100644 --- a/stmhal/extint.h +++ b/stmhal/extint.h @@ -36,6 +36,9 @@ #define EXTI_USB_OTG_HS_WAKEUP (20) #define EXTI_RTC_TIMESTAMP (21) #define EXTI_RTC_WAKEUP (22) +#if defined(STM32F7) +#define EXTI_LPTIM1_ASYNC_EVENT (23) +#endif #define EXTI_NUM_VECTORS (PYB_EXTI_NUM_VECTORS) -- cgit v1.2.3