Changeset 1177 for trunk


Ignore:
Timestamp:
05/07/11 21:36:49 (2 years ago)
Author:
reyalP
Message:

IXUS120-SD940 default battery voltage fix from waterwingz in http://chdk.setepontos.com/index.php?topic=650.msg66225#msg66225

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/ixus120_sd940/main.c

    r1056 r1177  
    5656long get_vbatt_min() 
    5757{ 
    58         return 4550; 
     58        return 3300; 
    5959} 
    6060 
    6161long get_vbatt_max() 
    6262{ 
    63         return 5150; 
     63        return 4150; 
    6464} 
    6565 
Note: See TracChangeset for help on using the changeset viewer.