- Major changes folling the rework of the connection object
- Added support for galil controllers
This commit is contained in:
2
lcdriv.c
2
lcdriv.c
@ -159,7 +159,7 @@ static int LcStart(long pc, LcDriv *me) {
|
||||
EvePrintf(eve, eError, "unknown lambda controller version: %s", eve->version);
|
||||
goto quit;
|
||||
}
|
||||
EvePrintf(eve, eStatus, "connected to %s", eve->version);
|
||||
EvePrintf(eve, eLog, "connected to %s", eve->version);
|
||||
FSM_CALL(LcRead);
|
||||
|
||||
quit:
|
||||
|
Reference in New Issue
Block a user