gotthard2 virtual server sends data

This commit is contained in:
2020-01-21 14:50:31 +01:00
parent bdf3a010c3
commit 2e78484b61
7 changed files with 78 additions and 5 deletions

View File

@ -38,6 +38,9 @@ int ASIC_Driver_Set (int index, int length, char* buffer) {
FILE_LOG(logDEBUG1, ("\t]\n"));
}
#ifdef VIRTUAL
return OK;
#endif
int fd=open(fname, O_RDWR);
if (fd == -1) {
FILE_LOG(logERROR, ("Could not open file %s for writing to control ASIC (%d)\n", fname, index));