From 3b15df79a3d162a0810e240f54baa38a2f0f7fe9 Mon Sep 17 00:00:00 2001 From: Reece Stevens Date: Thu, 5 Apr 2018 23:33:41 -0500 Subject: [PATCH] Add exti15 support --- f4/src/exti.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/f4/src/exti.rs b/f4/src/exti.rs index c9cf0b5..dbaa80c 100644 --- a/f4/src/exti.rs +++ b/f4/src/exti.rs @@ -34,3 +34,4 @@ macro_rules! exti { } exti!(exti14, mr14, tr14); +exti!(exti15, mr15, tr15);