From ae1740d9a2582d1a4815bdf11ae18b46d696dbff Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 4 Jun 2024 15:02:10 -0500 Subject: Fix up mts-io EEPROM queries in mts-io-sysfs --- include/Device/Device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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(); }; -- cgit v1.2.3