- remove wrong multiplicator

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@369 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2011-01-07 05:34:48 +00:00
parent b921da960a
commit 15487b4817

View file

@ -37,7 +37,7 @@ uint32_t detect_cpu_frequency(void)
if (cpu_freq > 0)
return cpu_freq;
cpu_freq = scc_info.tile_frequency*1000000;
cpu_freq = scc_info.tile_frequency;
return cpu_freq;
#else