aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/device_io.hpp')
-rw-r--r--src/device/device_io.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_io.hpp b/src/device/device_io.hpp
index 96163a211..1d5e3564c 100644
--- a/src/device/device_io.hpp
+++ b/src/device/device_io.hpp
@@ -50,7 +50,7 @@ namespace hw {
virtual void disconnect() = 0;
virtual bool connected() const = 0;
- virtual int exchange(unsigned char *command, unsigned int cmd_len, unsigned char *response, unsigned int max_resp_len) = 0;
+ virtual int exchange(unsigned char *command, unsigned int cmd_len, unsigned char *response, unsigned int max_resp_len, bool user_input) = 0;
};
};
};