set_dac function updated for mythen and gotthard as well

This commit is contained in:
Anna Bergamaschi 2014-07-18 10:29:27 +02:00
parent e53058640b
commit c4f8c4a2aa
3 changed files with 2 additions and 2 deletions

View File

@ -916,7 +916,7 @@ int set_dac(int file_des) {
//default:all mods
int retval;
int ret=OK;
int arg[2];
int arg[3];
enum dacIndex ind;
int imod;
int n;

View File

@ -851,7 +851,7 @@ int set_dac(int file_des) {
dacs_t retval;
int ret=OK;
int arg[2];
int arg[3];
enum dacIndex ind;
int imod;
int n;