We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5235a84 commit f108dbdCopy full SHA for f108dbd
1 file changed
src/hal/utils/scope_files.c
@@ -643,6 +643,7 @@ void read_log_file(char *filename)
643
644
/* Set default scale and offset */
645
chan->vert_offset = 0.0;
646
+ chan->saved_vert_offset = 0.0;
647
chan->ac_offset = 0;
648
649
/* Apply position and scale from CSV if available */
0 commit comments