- Extended sicshdbadapter to attach a node to the target of any

drivable. Required a new event in devexec.c
- Fixed the phytron driver to handle speed well
- Added a protocol driver for the TCP/IP bridge to the SLS magnets
This commit is contained in:
koennecke
2010-03-25 10:02:48 +00:00
parent 364abf90cf
commit 410166572b
5 changed files with 294 additions and 5 deletions

View File

@ -65,7 +65,7 @@ static int PhytronHandler(Ascon * a)
}
break;
default:
return AsconStdHandler(a);
return AsconStdHandler(a);
}
return 1;
}