Show
Ignore:
Timestamp:
02/12/10 02:08:13 (7 months ago)
Author:
anthony_rowe
Message:

row frame grab attempt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/hal/lpc2103-retkodfuncam/interrupt.c

    r613 r614  
    207207    } 
    208208 
    209    else if (REG (VICRawIntr) & VIC_MSK_TIMER1_HBLK) { 
     209   if (REG (VICRawIntr) & VIC_MSK_TIMER1_HBLK) { 
    210210        REG(TIMER1_IR) = 0xff;  // clear TIMER1 interrupt register flags 
    211211        if(hblk_callback!=NULL) hblk_callback();