Assembla home | Assembla project page
 

Changeset 430

Show
Ignore:
Timestamp:
07/01/08 09:45:55 (2 years ago)
Author:
Jucifer
Message:

(I really should always double check everything...)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/juciphox/core/motion_detector.c

    r429 r430  
    380380                if(img==NULL){ 
    381381                        img = vid_get_viewport_fb(); 
    382 #ifdef (CAMERA_s5is) 
     382        } 
     383#if defined (CAMERA_s5is) 
    383384long bufoff = *((long *) 0x218C); 
    384385if(bufoff == 0) { 
     
    389390img += bufoff * 0x7E900; 
    390391#endif 
    391         } 
    392392 
    393393