diff options
| author | John Klug <john.klug@multitech.com> | 2023-09-14 10:27:07 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2023-09-14 10:27:07 -0500 |
| commit | 3ce7b597de0df365ce4d66b05b45e3701dd80501 (patch) | |
| tree | 86359de52edaa405f2746c2159694c54266eddec /include | |
| parent | 37863013ab0b0b09a97f8cbffeab2a2f703f1b2c (diff) | |
| download | mts-io-sysfs-3ce7b597de0df365ce4d66b05b45e3701dd80501.tar.gz mts-io-sysfs-3ce7b597de0df365ce4d66b05b45e3701dd80501.tar.bz2 mts-io-sysfs-3ce7b597de0df365ce4d66b05b45e3701dd80501.zip | |
Add libgpiod feature to mts-io-sysfs
Diffstat (limited to 'include')
| -rw-r--r-- | include/Device/Device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Device/Device.h b/include/Device/Device.h index 7a20f04..3f367bb 100644 --- a/include/Device/Device.h +++ b/include/Device/Device.h @@ -7,6 +7,7 @@ #include "Version.h" #include <math.h> /* ceil */ +#define CMDNAME "mts-io-sysfs" class Mtac15Fpga; class Device { |
