done, but need to compile

This commit is contained in:
Dhanya Maliakal
2017-06-09 11:42:25 +02:00
parent 0254ff0281
commit c755a8974c
12 changed files with 3156 additions and 2630 deletions

View File

@@ -1581,11 +1581,11 @@ int stop_acquisition(int file_des) {
}
int start_readout(int file_des) {
int n;
int ret = FAIL;
strcpy(mess, "Start Readout is not implemented for this detector!\n");
cprintf(RED,"Warning: %s", mess);