diff options
-rw-r--r-- | io-module/mtr.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |