Ignore:
Timestamp:
06/26/11 00:11:15 (2 years ago)
Author:
reyalp
Message:

G12 & SX30 + misc cleanup from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg69328#msg69328

  • stubs cleanup and address fixes.
  • removed redundant entries from platform_camera.h
  • changed CAM_BLACK_LEVEL in camera.h to a calculated value based on bits-per-pixel (CAM_BLACK_LEVEL and CAM_WHITE_LEVEL overrides can be removed from most platform_camera.h files)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/g12/sub/100c/capt_seq.c

    r1188 r1213  
    288288"               ADD     R1, R4, #0x60 \n" 
    289289"               MOV     R0, #0x6F \n" 
    290 "               BL      _PT_GetPropertyCaseString \n" 
     290"               BL      _GetPropertyCase \n" 
    291291"               TST     R0, #1 \n" 
    292292"               LDRNE   R1, =0x531 \n" 
     
    489489"                MOV     R1, SP \n" 
    490490"                STR     R6, [SP] \n" 
    491 "                BL      _PT_GetPropertyCaseString \n" 
     491"                BL      _GetPropertyCase \n" 
    492492"                TST     R0, #1 \n" 
    493493"                MOVNE   R1, #0xC3 \n" 
     
    584584"                MOV     R0, #0x8A \n" 
    585585"                MOV     R2, #4 \n" 
    586 "                BL      _PT_GetPropertyCaseString \n" 
     586"                BL      _GetPropertyCase \n" 
    587587"                TST     R0, #1 \n" 
    588588"                LDRNE   R1, =0x1F6 \n" 
Note: See TracChangeset for help on using the changeset viewer.