- Removed automatic loading of status file on startup
- make soft motor values the default all over - Introduced nxscript putSlab - Fixed a bug in polldriv
This commit is contained in:
@ -37,7 +37,7 @@ typedef struct __STATEMON {
|
||||
eventCode = STEND;
|
||||
} else {
|
||||
printf("Unrecognized event text from devexec in statemon.c: %s\n",
|
||||
text);
|
||||
(char *)text);
|
||||
return 0;
|
||||
}
|
||||
if(self != NULL){
|
||||
|
Reference in New Issue
Block a user