summaryrefslogtreecommitdiff
path: root/include/Device
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-09-14 10:27:07 -0500
committerJohn Klug <john.klug@multitech.com>2023-09-14 10:27:07 -0500
commit3ce7b597de0df365ce4d66b05b45e3701dd80501 (patch)
tree86359de52edaa405f2746c2159694c54266eddec /include/Device
parent37863013ab0b0b09a97f8cbffeab2a2f703f1b2c (diff)
downloadmts-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/Device')
-rw-r--r--include/Device/Device.h1
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 {