Skip to content

Commit

Permalink
P16-684 : Updated TraceDelay and TriggerLength values
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-ethan authored and xia-stan committed Feb 17, 2023
1 parent 856c69e commit 05c8063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/pixie/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ static const json default_config = {
{"SlowGap", {19}},
{"SlowLength", {25}},
{"ThreshWidth", {0}},
{"TraceLength", {125}},
{"TraceLength", {124}},
{"TrigOutLen", {0}},
{"TriggerDelay", {1156}},
{"TriggerDelay", {88}},
{"VetoStretch", {30}},
{"Xavg", {0}},
{"Xwait", {8}}}}}},
Expand Down

0 comments on commit 05c8063

Please sign in to comment.