From 75f7ff0b306bc127d3a38cd931ac48c1fceaf251 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sun, 4 Feb 2018 19:16:21 +0100 Subject: [PATCH] generalize gpio --- src/gpio.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gpio.rs b/src/gpio.rs index 167cb11..3d6c815 100644 --- a/src/gpio.rs +++ b/src/gpio.rs @@ -488,6 +488,7 @@ macro_rules! gpio { } } +// TODO, check if some GPIO should be excluded gpio!(GPIOA, gpioa, gpioa, gpioaen, gpioarst, PAx, [ PA0: (pa0, 0, Input<Floating>, AFRL), PA1: (pa1, 1, Input<Floating>, AFRL), -- GitLab