diff options
author | John Klug <john.klug@multitech.com> | 2023-11-02 17:31:36 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-11-02 18:13:00 -0500 |
commit | ced9991aafb6b1b30649fd34b0d17399686d4843 (patch) | |
tree | a9c9ab947271966843be4ac6f157b292f5a5e28b /include | |
parent | 40a09c25bf1dd08db8b526b274c2f24c22458206 (diff) | |
download | mts-io-sysfs-ced9991aafb6b1b30649fd34b0d17399686d4843.tar.gz mts-io-sysfs-ced9991aafb6b1b30649fd34b0d17399686d4843.tar.bz2 mts-io-sysfs-ced9991aafb6b1b30649fd34b0d17399686d4843.zip |
Remove libgpiod 1.x version from mts-io-sysfs
Diffstat (limited to 'include')
-rw-r--r-- | include/Device/Device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Device/Device.h b/include/Device/Device.h index 3f367bb..7a20f04 100644 --- a/include/Device/Device.h +++ b/include/Device/Device.h @@ -7,7 +7,6 @@ #include "Version.h" #include <math.h> /* ceil */ -#define CMDNAME "mts-io-sysfs" class Mtac15Fpga; class Device { |