mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
Merged 'stable'
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include "btsrc8iii.h"
|
||||
#include "btss124.h"
|
||||
#include "btss164.h"
|
||||
#include "btss21.h"
|
||||
#include "btss41mlr.h"
|
||||
#include "btss42.h"
|
||||
#include "btss44.h"
|
||||
@@ -128,6 +129,10 @@ bool MainObject::LoadSwitchDriver(int matrix_num)
|
||||
ripcd_switcher[matrix_num]=new BtSs164(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::BtSs21:
|
||||
ripcd_switcher[matrix_num]=new BtSs21(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::BtSs41Mlr:
|
||||
ripcd_switcher[matrix_num]=new BtSs41Mlr(matrix,this);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user