diff options
| author | Mike Nicholson <mike.nicholson@multitech.com> | 2018-12-20 13:17:50 -0600 | 
|---|---|---|
| committer | Mike Nicholson <mike.nicholson@multitech.com> | 2018-12-20 13:17:50 -0600 | 
| commit | c1dca42bd3d6d2185b9e637eac65053d9b1b9bb8 (patch) | |
| tree | e95637a2fde1f859488f3096861d168711334341 | |
| parent | ebd2763312f1c36fd0f6e7136c5a19c16e040435 (diff) | |
| download | mts-io-c1dca42bd3d6d2185b9e637eac65053d9b1b9bb8.tar.gz mts-io-c1dca42bd3d6d2185b9e637eac65053d9b1b9bb8.tar.bz2 mts-io-c1dca42bd3d6d2185b9e637eac65053d9b1b9bb8.zip | |
WIP. Quick update on branch to get this compiling
| -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", | 
