Skip to content

Commit cfc48b0

Browse files
committed
minor fix
1 parent f20a526 commit cfc48b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/controls/waveform_view.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ static void __waveform_view_update_dirty_bins(waveform_view_t *ptThis)
299299
SEEK_SET);
300300

301301
iLastUnUpdatedX = iX1;
302-
ptBin->iWidth = iSampleCount;
302+
ptBin->iWidth = iSampleCount++;
303303

304304
q16_t q16Ymin = __Q16_MAX__;
305305
q16_t q16Ymax = 0;

0 commit comments

Comments
 (0)