mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the BroadcastTools SS 4.2 switcher driver that could cause deadlocks and intermittent operation.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A Rivendell switcher driver for the BroadcastTools SS 4.2
|
||||
//
|
||||
// (C) Copyright 2002-2005,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -30,7 +30,6 @@
|
||||
#include <switcher.h>
|
||||
|
||||
#define BTSS42_UNIT_ID 0
|
||||
#define BTSS42_POLL_INTERVAL 100
|
||||
#define BTSS42_GPIO_PINS 16
|
||||
|
||||
class BtSs42 : public Switcher
|
||||
|
||||
Reference in New Issue
Block a user