mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Fix casts in DmBladeChassisController
This commit is contained in:
parent
486d6db7d8
commit
a0ef356bac
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ namespace PepperDash.Essentials.DM {
|
|||
{
|
||||
Debug.Console(2, "Creating Tx Feedbacks {0}", ioSlot);
|
||||
var txKey = TxDictionary[ioSlot];
|
||||
var basicTxDevice = DeviceManager.GetDeviceForKey(txKey) as DmTxControllerBase;
|
||||
var basicTxDevice = DeviceManager.GetDeviceForKey(txKey) as BasicDmTxControllerBase;
|
||||
|
||||
var advancedTxDevice = basicTxDevice as DmTxControllerBase;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue