2015-01-02 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'lib/rdlivewire.cpp' and 'lib/rdlivewire.h' that
	caused GPIO event reporting to fail after a watchdog reset.
This commit is contained in:
Fred Gleason
2015-01-02 16:16:50 -05:00
parent 4c3c9bf9c4
commit 4d652616f5
3 changed files with 15 additions and 3 deletions

View File

@@ -131,6 +131,8 @@ class RDLiveWire : public QObject
QTimer *live_watchdog_timeout_timer;
QTimer *live_holdoff_timer;
int live_load_ver_count;
bool live_gpi_initialized;
bool live_gpo_initialized;
};