2022-07-14 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'Software Authority Protocol' switcher/GPIO
	driver in ripcd(8) that failed to initialize matrix endpoints
	correctly at startup.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-07-14 13:55:40 -04:00
parent 8e9be755f6
commit 1167501802
3 changed files with 71 additions and 45 deletions

View File

@@ -75,6 +75,7 @@ class SoftwareAuthority : public Switcher
int swa_outputs;
int swa_gpis;
int swa_gpos;
int swa_next_endpt;
QTimer *swa_reconnect_timer;
unsigned swa_start_cart;
unsigned swa_stop_cart;