commit | 13e9f4ee94c86b7ca7be66e835c5094f2881e0ee | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Thu Oct 18 10:06:07 2018 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Oct 18 18:32:06 2018 -0500 |
tree | cb55e011cb39edf0c82f21396d9916f731f0f1cc | |
parent | 322647129feaad6a0c2e28fe8771dc92790c1b9b [diff] |
ext/hal: stm32cube: fix exti declaration in STM32L4 LL_EXTI_LINE_18 and LL_EXTI_LINE_20 are declared in stm32l4xx_hal_pcd.h and in stm32l4xx_ll_exti.h which generates warnings. Set #ifndef in stm32l4xx_ll_exti.h around declarations. STBugtracker: 55275 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>