mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-16 08:34:12 +02:00
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
* Removed superflous poll interface define from the Broadcast Tools SS 4.4 switcher driver.
This commit is contained in:
parent
d6f791be19
commit
846ea45721
@ -19575,3 +19575,6 @@
|
|||||||
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
|
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in the BroadcastTools SS 4.2 switcher driver
|
* Fixed a regression in the BroadcastTools SS 4.2 switcher driver
|
||||||
that could cause deadlocks and intermittent operation.
|
that could cause deadlocks and intermittent operation.
|
||||||
|
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed superflous poll interface define from the Broadcast Tools
|
||||||
|
SS 4.4 switcher driver.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// A Rivendell switcher driver for the BroadcastTools SS 4.4
|
// A Rivendell switcher driver for the BroadcastTools SS 4.4
|
||||||
//
|
//
|
||||||
// (C) Copyright 2002-2005,2009,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
|
// 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
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
@ -30,7 +30,6 @@
|
|||||||
#include <switcher.h>
|
#include <switcher.h>
|
||||||
|
|
||||||
#define BTSS44_UNIT_ID 0
|
#define BTSS44_UNIT_ID 0
|
||||||
#define BTSS44_POLL_INTERVAL 100
|
|
||||||
#define BTSS44_GPIO_PINS 16
|
#define BTSS44_GPIO_PINS 16
|
||||||
|
|
||||||
class BtSs44 : public Switcher
|
class BtSs44 : public Switcher
|
||||||
|
Loading…
x
Reference in New Issue
Block a user