Added EXTI dependency.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14736 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
vrepetenko 2021-09-05 16:46:57 +00:00
parent 4afb782e88
commit ccd9ffa6db
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@
*/
#define STM32_RTC_SSR_INIT_VALUE 0xFFFFFFFFUL
/* Requires services from the EXTI driver.*/
#if !defined(STM32_EXTI_REQUIRED)
#define STM32_EXTI_REQUIRED
#endif
/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/