diff options
author | John Klug <john.klug@multitech.com> | 2024-06-04 15:02:10 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2024-06-04 15:02:10 -0500 |
commit | ae1740d9a2582d1a4815bdf11ae18b46d696dbff (patch) | |
tree | 8cfaa7b8b17c1ffb2712378c09910bd1014495f0 /include/Device | |
parent | 6c150487349cef76aeeacabc849152828b883968 (diff) | |
download | mts-io-sysfs-ae1740d9a2582d1a4815bdf11ae18b46d696dbff.tar.gz mts-io-sysfs-ae1740d9a2582d1a4815bdf11ae18b46d696dbff.tar.bz2 mts-io-sysfs-ae1740d9a2582d1a4815bdf11ae18b46d696dbff.zip |
Fix up mts-io EEPROM queries in mts-io-sysfs
Diffstat (limited to 'include/Device')
-rw-r--r-- | include/Device/Device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Device/Device.h b/include/Device/Device.h index 9118851..d6b6efc 100644 --- a/include/Device/Device.h +++ b/include/Device/Device.h @@ -194,7 +194,7 @@ class Device { void simpleError(std::string msg, int error, int exitval); void setSerialModesMTR3(const std::string &mode, const std::string &value); void showSerialModesMTR3(const std::string &mode); - int getPinValue(const std::string &name); + int getPinValue(const std::string &name, std::string *value); void setProgramName(const std::string &name); void setHWVersion(); }; |