From fd7782082655dbe5c2b99ae3be59d80d04d44b22 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 2 Oct 2020 13:24:39 -0500 Subject: Use a generic MTAC gpio pinout --- mtac_mfser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mtac_mfser.c') diff --git a/mtac_mfser.c b/mtac_mfser.c index 04da4e8..d8548cb 100644 --- a/mtac_mfser.c +++ b/mtac_mfser.c @@ -13,10 +13,10 @@ #include #include #ifdef TI43X -#include "machine/ti43x_mfser_gpio.h" +#include #endif #ifdef SAM9G25 -#include "machine/sam9g25_mfser_gpio.h" +#include #endif static struct gpio_pin gpio_pins_mtac_mfser[] = { -- cgit v1.2.3