From 8f59bacb92cb705d79f08f29f4d64c0a774ab78f Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Mon, 3 Aug 2015 15:07:20 -0700 Subject: stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 --- stmhal/extint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/extint.h') diff --git a/stmhal/extint.h b/stmhal/extint.h index c40ced303..f0764aef2 100644 --- a/stmhal/extint.h +++ b/stmhal/extint.h @@ -36,7 +36,7 @@ #define EXTI_USB_OTG_HS_WAKEUP (20) #define EXTI_RTC_TIMESTAMP (21) #define EXTI_RTC_WAKEUP (22) -#if defined(STM32F7) +#if defined(MCU_SERIES_F7) #define EXTI_LPTIM1_ASYNC_EVENT (23) #endif -- cgit v1.2.3