Skip to content

Commit

Permalink
vi: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Nov 30, 2024
1 parent 5fa6fe6 commit 16c9330
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/vi.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,11 @@ void vi_init(void)

// Configure the timing registers from the preset. These will not change
// at runtime as they are fixed by the TV standard.
vi_write(VI_H_TOTAL, vi.preset->vi_h_total);
vi_write(VI_H_TOTAL, vi.preset->vi_h_total);
vi_write(VI_H_TOTAL_LEAP, vi.preset->vi_h_total_leap);
vi_write(VI_V_TOTAL, vi.preset->vi_v_total);
vi_write(VI_BURST, vi.preset->vi_burst);
vi_write(VI_V_BURST, vi.preset->vi_v_burst);
vi_write(VI_V_TOTAL, vi.preset->vi_v_total);
vi_write(VI_BURST, vi.preset->vi_burst);
vi_write(VI_V_BURST, vi.preset->vi_v_burst);

// Configure the default display area from the preset.
__set_output(vi.preset->display.x0, vi.preset->display.y0,
Expand Down

0 comments on commit 16c9330

Please sign in to comment.