Fix name initialization typo in HYTENexusController
This commit is contained in:
parent
89d1ee2483
commit
03d5dd6008
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ HYTENexusController::HYTENexusController(char* port, unsigned short pid, std::st
|
|||
{
|
||||
port_name = port;
|
||||
device_pid = pid;
|
||||
name = name;
|
||||
name = dev_name;
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Initialize channels based on PID |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue