delay not implemented for mythen3 and gotthad2

This commit is contained in:
maliakal_d 2019-08-26 11:58:34 +02:00
parent aecf3bb7db
commit 94013a7fad

View File

@ -1635,7 +1635,7 @@ int set_timer(int file_des) {
case ANALOG_SAMPLES: case ANALOG_SAMPLES:
case DIGITAL_SAMPLES: case DIGITAL_SAMPLES:
#endif #endif
#ifndef EIGERD #if !defined(EIGERD) && !defined(MYTHEN3D) && !defined(GOTTHARD2D)
case DELAY_AFTER_TRIGGER: case DELAY_AFTER_TRIGGER:
#endif #endif
retval = setTimer(ind, tns); retval = setTimer(ind, tns);