diff options
author | John Klug <john.klug@multitech.com> | 2018-10-15 14:09:53 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-10-15 14:09:53 -0500 |
commit | 75f812b964c388cd1e41d5dd77d48ad82b32ec38 (patch) | |
tree | a720efda2928df276fb382e890cab2ad947e24d0 /io-module/gpio.c | |
parent | d2a70d9285ca3339fa9df44b83cfe9bc0d5ce8b7 (diff) | |
download | mts-io-75f812b964c388cd1e41d5dd77d48ad82b32ec38.tar.gz mts-io-75f812b964c388cd1e41d5dd77d48ad82b32ec38.tar.bz2 mts-io-75f812b964c388cd1e41d5dd77d48ad82b32ec38.zip |
Remove mtac cards. mts-io version 3.0.03.0.0
Diffstat (limited to 'io-module/gpio.c')
-rw-r--r-- | io-module/gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/gpio.c b/io-module/gpio.c index a01e979..0b45300 100644 --- a/io-module/gpio.c +++ b/io-module/gpio.c @@ -1,3 +1,4 @@ +#include <linux/delay.h> struct gpio_pin *gpio_pin_by_name(const char *name) { struct gpio_pin *pin; |