diff options
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index fefc35e..ee3a5a1 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -100,6 +100,7 @@ struct gpio_pin { char name[32]; struct gpio pin; int active_low; + uint8_t capability; }; enum { |