# HG changeset patch # User Paul Boddie # Date 1540653415 -7200 # Node ID 701c6a78e2ac193ab7d453c0029cfe07408abb6a # Parent 5441add474f52e7374ab10b667463e6309b95db3 Removed stray whitespace. diff -r 5441add474f5 -r 701c6a78e2ac lib/vga_display.c --- a/lib/vga_display.c Fri Oct 26 22:27:46 2018 +0200 +++ b/lib/vga_display.c Sat Oct 27 17:16:55 2018 +0200 @@ -203,7 +203,7 @@ vga_display.vsync_unit = vsync_unit; /* Horizontal sync. */ - + /* Configure output compare in dual compare (continuous output) mode using the timer as time base. The interrupt condition drives the first DMA channel and is handled to drive the display state machine. */ @@ -219,7 +219,7 @@ /* Configure output compare in single compare (output driven low) mode using the timer as time base. The unit is enabled later. It is only really used to achieve precisely-timed level transitions in hardware. */ - + oc_init(vsync_unit, 0b010, vga_display.line_timer); oc_set_pulse(vsync_unit, 0); }