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/sx30/sub/100l/capt_seq.c

    r1188 r1213  
    406406"                MOV     R1, SP \n" 
    407407"                STR     R6, [SP] \n" 
    408 "                BL      _PT_GetPropertyCaseString \n" 
     408"                BL      _GetPropertyCase \n" 
    409409"                TST     R0, #1 \n" 
    410410"                MOVNE   R1, #0xC3 \n" 
     
    465465"                MOV     R0, #0x8A \n" 
    466466"                MOV     R2, #4 \n" 
    467 "                BL      _PT_GetPropertyCaseString \n" 
     467"                BL      _GetPropertyCase \n" 
    468468"                TST     R0, #1 \n" 
    469469"                LDRNE   R1, =0x1F6 \n" 
Note: See TracChangeset for help on using the changeset viewer.