Skip to content

Commit

Permalink
scan-lib.idc comment updated
Browse files Browse the repository at this point in the history
git-svn-id: http://tools.assembla.com/svn/chdk/trunk@976 6794e30b-3f2a-0410-a806-a2bbca1c07ff
  • Loading branch information
pixeldoc2000 committed Nov 15, 2010
1 parent ecc52fb commit eaea51f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/idc-scripts/scan-lib.idc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

// Change to your ROM start
// Note: Use correct ROM start address for your firmware dump
// Camera A-series
//#define ROM_START 0xFFC00000
// Camera S-, SD-, and G- series
#define ROM_START 0xFF810000


Expand All @@ -24,8 +26,6 @@ static getString(addr)
}




static replace(str, src, dest)
{
auto idx;
Expand All @@ -40,4 +40,4 @@ static replace(str, src, dest)
}

return str;
}
}

0 comments on commit eaea51f

Please sign in to comment.