summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/adb/adbhle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/adb/adbhle.h')
-rw-r--r--src/devices/bus/adb/adbhle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/adb/adbhle.h b/src/devices/bus/adb/adbhle.h
index 2cd722b1975..24dff3ad2fe 100644
--- a/src/devices/bus/adb/adbhle.h
+++ b/src/devices/bus/adb/adbhle.h
@@ -24,7 +24,7 @@ protected:
virtual void adb_w(int state) override;
private:
- bool m_last_state = false;
+ bool m_last_state;
attotime m_last_state_time;
};