Fix name initialization typo in HYTENexusController

This commit is contained in:
Adam Honse 2025-08-12 10:14:00 -05:00
parent 89d1ee2483
commit 03d5dd6008

View file

@ -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 |