summaryrefslogtreecommitdiff
path: root/include/Device
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2024-06-04 15:02:10 -0500
committerJohn Klug <john.klug@multitech.com>2024-06-04 15:02:10 -0500
commitae1740d9a2582d1a4815bdf11ae18b46d696dbff (patch)
tree8cfaa7b8b17c1ffb2712378c09910bd1014495f0 /include/Device
parent6c150487349cef76aeeacabc849152828b883968 (diff)
downloadmts-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.h2
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();
};