From c1dca42bd3d6d2185b9e637eac65053d9b1b9bb8 Mon Sep 17 00:00:00 2001 From: Mike Nicholson Date: Thu, 20 Dec 2018 13:17:50 -0600 Subject: WIP. Quick update on branch to get this compiling --- io-module/mtr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/io-module/mtr.c b/io-module/mtr.c index 0014add..5d35b83 100644 --- a/io-module/mtr.c +++ b/io-module/mtr.c @@ -1,4 +1,5 @@ #include "at91gpio.h" +#define GPIOF_PULLUP (0) static struct gpio_pin gpio_pins_mtr_0_0[] = { { .name = "ETH_RESET", -- cgit v1.2.3