gotthard2: bug fix from previosu commit

This commit is contained in:
2020-02-04 12:32:37 +01:00
parent d3dc9a7690
commit 37c3048c2a
3 changed files with 6 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#define DEFAULT_NUM_FRAMES (1)
#define DEFAULT_NUM_CYCLES (1)
#define DEFAULT_EXPTIME (0) // 0 ms (220ns in firmware)
#define DEFAULT_PERIOD (0) // 1 ms
#define DEFAULT_PERIOD (0) // 0 ms
#define DEFAULT_DELAY_AFTER_TRIGGER (0)
#define DEFAULT_HIGH_VOLTAGE (0)
#define DEFAULT_TIMING_MODE (AUTO_TIMING)