[STM32F0:EXTI] Add prelimnary support of exti, common file now in common directory

This commit is contained in:
BuFran
2013-07-10 18:15:59 +02:00
committed by Piotr Esden-Tempski
parent cd9ba87073
commit 1345a3403c
11 changed files with 110 additions and 130 deletions

View File

@@ -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>