summaryrefslogtreecommitdiff
path: root/include/Device/Device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Device/Device.h')
-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();
};