[STM32F0:EXTI] Add prelimnary support of exti, common file now in common directory
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
cd9ba87073
commit
1345a3403c
@@ -19,7 +19,9 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if defined(STM32F1)
|
||||
#if defined(STM32F0)
|
||||
# include <libopencm3/stm32/f0/exti.h>
|
||||
#elif defined(STM32F1)
|
||||
# include <libopencm3/stm32/f1/exti.h>
|
||||
#elif defined(STM32F2)
|
||||
# include <libopencm3/stm32/f2/exti.h>
|
||||
|
||||
Reference in New Issue
Block a user