Changeset 1009


Ignore:
Timestamp:
01/01/11 23:06:35 (2 years ago)
Author:
reyalP
Message:

add propset 4 (sx30, g12, ...) see http://chdk.setepontos.com/index.php?topic=5900.msg59083#msg59083

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHDK/LUALIB/propcase.lua

    r874 r1009  
    1515elseif get_propset()==3 then 
    1616  return require("gen/propset3") 
     17elseif get_propset()==4 then 
     18  return require("gen/propset4") 
    1719else 
    1820  error('Unsupported propset ' .. get_propset(), 1) 
Note: See TracChangeset for help on using the changeset viewer.