]> git.defcon.no Git - avrfbosd/blobdiff - syncgen/main.c
Merge branch 'videodetect'
[avrfbosd] / syncgen / main.c
index e67d582bd0b1a1f15259934e26d1604af55f6846..1dbfefb67913f324b1f547a93705c4c2b0f05923 100644 (file)
@@ -140,7 +140,7 @@ ISR (TIMER0_COMPA_vect)
                // Draw the logo-image centered vertically
                if ( t_line > 118 && t_line < 118 + (2*testimg_height) )
                {
-                       _delay_us(12);
+                       _delay_us(12.3);
                        asm_render_line();
 
                        // Stretch the image vertically by repeating the same line twice