Dev/m3 default period 0 (#1127)

* m3: default period 0, merge fix from 9.1.0

* from previous commit
This commit is contained in:
2025-03-04 16:07:28 +01:00
committed by GitHub
parent e7247f1fee
commit 3c2062f23e
5 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,7 @@
#define DEFAULT_NUM_CYCLES (1)
#define DEFAULT_GATE_WIDTH (100 * 1000 * 1000) // ns
#define DEFAULT_GATE_DELAY (0)
#define DEFAULT_PERIOD (2 * 1000 * 1000) // ns
#define DEFAULT_PERIOD (0) // ns
#define DEFAULT_DELAY_AFTER_TRIGGER (0)
#define DEFAULT_HIGH_VOLTAGE (0)
#define DEFAULT_TIMING_MODE (AUTO_TIMING)